Skip to content

Commit c874192

Browse files
committed
fix: camelCase test-suite source
1 parent 976e05f commit c874192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/contracts_pkg_vm.libevm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ func TestExportedP256Verify(t *testing.T) {
2929
delete(allPrecompiles, addr)
3030
})
3131

32-
testJson("p256verify", addr.Hex(), t)
32+
testJson("p256Verify", addr.Hex(), t)
3333
}

0 commit comments

Comments
 (0)