summaryrefslogtreecommitdiff
path: root/tests/fuzz
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-03 19:41:19 -0300
committerEuAndreh <eu@euandre.org>2025-05-03 19:41:19 -0300
commita6e6896309007fa1013bd51cee125ab8a75f282d (patch)
treef6839c339e9d282138a793488cd8ac23ca356ac6 /tests/fuzz
parenttests/guuid.go: Use os.Exit over assert when testing panic (diff)
downloaduuid-a6e6896309007fa1013bd51cee125ab8a75f282d.tar.gz
uuid-a6e6896309007fa1013bd51cee125ab8a75f282d.tar.xz
re s/guuid/uuid/g
Diffstat (limited to 'tests/fuzz')
-rw-r--r--tests/fuzz/from-string/uuid.go (renamed from tests/fuzz/from-string/guuid.go)2
-rw-r--r--tests/fuzz/new-from/uuid.go (renamed from tests/fuzz/new-from/guuid.go)2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/fuzz/from-string/guuid.go b/tests/fuzz/from-string/uuid.go
index 8971cbb..5c3c787 100644
--- a/tests/fuzz/from-string/guuid.go
+++ b/tests/fuzz/from-string/uuid.go
@@ -1,4 +1,4 @@
-package guuid
+package uuid
import (
"os"
diff --git a/tests/fuzz/new-from/guuid.go b/tests/fuzz/new-from/uuid.go
index a786c66..298687b 100644
--- a/tests/fuzz/new-from/guuid.go
+++ b/tests/fuzz/new-from/uuid.go
@@ -1,4 +1,4 @@
-package guuid
+package uuid
import (
"bytes"