From 74109988df89729426dd801d707d6eeea29a239e Mon Sep 17 00:00:00 2001 From: Stefano Charissis Date: Mon, 28 Oct 2024 15:35:38 +1100 Subject: [PATCH] hexutil: clean json_test. Removed duplicate unit test. --- common/hexutil/json_test.go | 1 - 1 file changed, 1 deletion(-) 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"`,