diff --git a/accounts/abi/reflect_test.go b/accounts/abi/reflect_test.go index f5e509c52f0..37c3f4f4c6c 100644 --- a/accounts/abi/reflect_test.go +++ b/accounts/abi/reflect_test.go @@ -99,16 +99,6 @@ var reflectTests = []reflectTest{ "fieldB": "FieldA", }, }, - { - name: "DifferentName", - args: []string{"fieldB"}, - struc: struct { - FieldA int `abi:"fieldB"` - }{}, - want: map[string]string{ - "fieldB": "FieldA", - }, - }, { name: "MultipleFields", args: []string{"fieldA", "fieldB"},