mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
accounts/abi/bind/bind_test: Adding error to Fatal log for NewNumericMethodName for debugging
This commit is contained in:
parent
9fa47c28fe
commit
d6f30a55e5
1 changed files with 1 additions and 1 deletions
|
|
@ -2058,7 +2058,7 @@ var bindTests = []struct {
|
||||||
`,
|
`,
|
||||||
tester: `
|
tester: `
|
||||||
if b, err := NewNumericMethodName(common.Address{}, nil); b == nil || err != nil {
|
if b, err := NewNumericMethodName(common.Address{}, nil); b == nil || err != nil {
|
||||||
t.Fatalf("combined binding (%v) nil or error (%v) not nil", b, nil)
|
t.Fatalf("combined binding (%v) nil or error (%v) not nil", b, err)
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
}, {
|
}, {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue