Skip to content

Commit ab40a40

Browse files
authored
fix: remove duplicate test case in ABI reflect tests
1 parent 1487a85 commit ab40a40

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

accounts/abi/reflect_test.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,6 @@ var reflectTests = []reflectTest{
9999
"fieldB": "FieldA",
100100
},
101101
},
102-
{
103-
name: "DifferentName",
104-
args: []string{"fieldB"},
105-
struc: struct {
106-
FieldA int `abi:"fieldB"`
107-
}{},
108-
want: map[string]string{
109-
"fieldB": "FieldA",
110-
},
111-
},
112102
{
113103
name: "MultipleFields",
114104
args: []string{"fieldA", "fieldB"},

0 commit comments

Comments
 (0)