summaryrefslogtreecommitdiff
path: root/tests/guuid.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/guuid.go')
-rw-r--r--tests/guuid.go2
1 files changed, 1 insertions, 1 deletions
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)
})
}