accounts/abi: silly mistake corrected in tests

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2017-11-16 15:24:32 -06:00
parent beda0c0e89
commit c7b8cede8f

View file

@ -197,7 +197,7 @@ func TestStructParse(t *testing.T) {
},
},
} {
newStruct, err := ParseStructType(test.input.Name, test.input.Components...)
newStruct, err := ParseStructType(test.input.Type, test.input.Components...)
if err != nil {
t.Fatal(err)
}