mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 22:56:43 +00:00
fix test compilation
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
8004be1bdb
commit
f6d4ab253d
1 changed files with 1 additions and 1 deletions
|
|
@ -1830,7 +1830,7 @@ var bindTests = []struct {
|
|||
}
|
||||
sim.Commit()
|
||||
|
||||
tx, err = d.TestEvent(user)
|
||||
tx, err := d.TestEvent(user)
|
||||
if err != nil {
|
||||
t.Fatalf("Failed to call contract %v", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue