From 38b560d49f14ee0a3e05563d4a502705969120db Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 28 Sep 2024 06:25:12 -0300 Subject: src/guuid.go: Remove "uuid" prefix from constants --- tests/guuid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/guuid.go') diff --git a/tests/guuid.go b/tests/guuid.go index c351bba..f4d182c 100644 --- a/tests/guuid.go +++ b/tests/guuid.go @@ -177,7 +177,7 @@ func test_NewBytes() { }) testing("we get the correct byte count", func() { - assertEq(len(NewBytes()), UUIDByteCount) + assertEq(len(NewBytes()), ByteCount) }) } -- cgit v1.2.3