Skip to content

Commit

Permalink
fixing go
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaau committed Jan 6, 2025
1 parent 5757cca commit d38d078
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"unicode/utf8"
)

func SFuzzMock(f *testing.F) {
func FuzzMock(f *testing.F) {
f.Add("apple hello", int(400002131323))
f.Add("rainy day", int(98401132231331))
f.Add("winter comes", int(12349123123))
Expand Down

0 comments on commit d38d078

Please sign in to comment.