mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
hexutil: clean json_test.
Removed duplicate unit test.
This commit is contained in:
parent
80bdab757d
commit
74109988df
1 changed files with 0 additions and 1 deletions
|
|
@ -75,7 +75,6 @@ var unmarshalBytesTests = []unmarshalTest{
|
||||||
{input: `""`, want: referenceBytes("")},
|
{input: `""`, want: referenceBytes("")},
|
||||||
{input: `"0x"`, want: referenceBytes("")},
|
{input: `"0x"`, want: referenceBytes("")},
|
||||||
{input: `"0x02"`, want: referenceBytes("02")},
|
{input: `"0x02"`, want: referenceBytes("02")},
|
||||||
{input: `"0X02"`, want: referenceBytes("02")},
|
|
||||||
{input: `"0xffffffffff"`, want: referenceBytes("ffffffffff")},
|
{input: `"0xffffffffff"`, want: referenceBytes("ffffffffff")},
|
||||||
{
|
{
|
||||||
input: `"0xffffffffffffffffffffffffffffffffffff"`,
|
input: `"0xffffffffffffffffffffffffffffffffffff"`,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue