diff --git a/common/hexutil/json_test.go b/common/hexutil/json_test.go index 7cca300951..9eb88086ef 100644 --- a/common/hexutil/json_test.go +++ b/common/hexutil/json_test.go @@ -75,7 +75,6 @@ var unmarshalBytesTests = []unmarshalTest{ {input: `""`, want: referenceBytes("")}, {input: `"0x"`, want: referenceBytes("")}, {input: `"0x02"`, want: referenceBytes("02")}, - {input: `"0X02"`, want: referenceBytes("02")}, {input: `"0xffffffffff"`, want: referenceBytes("ffffffffff")}, { input: `"0xffffffffffffffffffffffffffffffffffff"`,