hexutil: clean json_test.

Removed duplicate unit test.
This commit is contained in:
Stefano Charissis 2024-10-28 15:35:38 +11:00
parent 80bdab757d
commit 74109988df

View file

@ -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"`,