mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
fix: remove duplicate test case in ABI reflect tests
This commit is contained in:
parent
1487a8577d
commit
ab40a40ab8
1 changed files with 0 additions and 10 deletions
|
|
@ -99,16 +99,6 @@ var reflectTests = []reflectTest{
|
||||||
"fieldB": "FieldA",
|
"fieldB": "FieldA",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "DifferentName",
|
|
||||||
args: []string{"fieldB"},
|
|
||||||
struc: struct {
|
|
||||||
FieldA int `abi:"fieldB"`
|
|
||||||
}{},
|
|
||||||
want: map[string]string{
|
|
||||||
"fieldB": "FieldA",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "MultipleFields",
|
name: "MultipleFields",
|
||||||
args: []string{"fieldA", "fieldB"},
|
args: []string{"fieldA", "fieldB"},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue