Skip to content

Commit 701f267

Browse files
committed
fix
1 parent 3672ffd commit 701f267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

l9_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func TestL9(t *testing.T) {
6161
})
6262
}
6363

64-
func FuzzL9(f *testing.F) {
64+
func FuzzL9_EncodeDecode(f *testing.F) {
6565
f.Add(uint32(999_999_999))
6666
f.Add(uint32(1))
6767
f.Add(uint32(0))

0 commit comments

Comments
 (0)