Skip to content

Commit 49ac093

Browse files
committed
Update hex_test.go
1 parent 5669d82 commit 49ac093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ihex32/hex_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TestParseFromFile(t *testing.T) {
2727
}
2828
}
2929

30-
func FuzzParseFromFile(f *testing.F) {
30+
func FuzzParseHex(f *testing.F) {
3131
configureLogger()
3232
zerolog.SetGlobalLevel(zerolog.WarnLevel)
3333
hexPath := "testing/ASAP2_Demo_V171.hex"

0 commit comments

Comments
 (0)