Skip to content

Commit

Permalink
complete
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaau committed Jan 4, 2025
1 parent 2960a5c commit 5f1c3d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnovm/stdlibs/testing/mock/mock_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ func TestMock(t *testing.T) {
}

func FuzzMock(f *testing.F) {
f.Add("apple hello", int(40000))
f.Add("rainy day", int(98401))
f.Add("winter comes", int(123491))
f.Add("apple hello", int(40000213132312))
f.Add("rainy day", int(9840113223133111))
f.Add("winter comes", int(1234912312331))
f.Fuzz(func(t *testing.T, orig ...interface{}) {
v, ok := orig[0].(string)
if !ok {
Expand Down

0 comments on commit 5f1c3d9

Please sign in to comment.