fix test compilation

Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
Jared Wasinger 2025-03-30 16:34:34 +02:00 committed by jsvisa
parent 8004be1bdb
commit f6d4ab253d

View file

@ -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)
}