summaryrefslogtreecommitdiff
path: root/tests/fuzz/new-v4-from
diff options
context:
space:
mode:
Diffstat (limited to '')
l---------tests/fuzz/new-v4-from/main.go (renamed from tests/fuzz/new-from/main.go)0
-rw-r--r--tests/fuzz/new-v4-from/uuid.go (renamed from tests/fuzz/new-from/uuid.go)2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/new-from/main.go b/tests/fuzz/new-v4-from/main.go
index f67563d..f67563d 120000
--- a/tests/fuzz/new-from/main.go
+++ b/tests/fuzz/new-v4-from/main.go
diff --git a/tests/fuzz/new-from/uuid.go b/tests/fuzz/new-v4-from/uuid.go
index 298687b..90cc994 100644
--- a/tests/fuzz/new-from/uuid.go
+++ b/tests/fuzz/new-v4-from/uuid.go
@@ -11,7 +11,7 @@ import (
func fn(f *testing.F) {
f.Fuzz(func(t *testing.T, payload []byte) {
- NewFrom(bytes.NewReader(payload))
+ NewV4From(bytes.NewReader(payload))
})
}