diff --git a/position/_helper_test.gno b/position/_helper_test.gno index e919be43..83736375 100644 --- a/position/_helper_test.gno +++ b/position/_helper_test.gno @@ -156,18 +156,6 @@ func (QuxToken) Approve() func(spender pusers.AddressOrName, amount uint64) { return qux.Approve } -func init() { - std.TestSetRealm(std.NewUserRealm(consts.TOKEN_REGISTER)) - - pl.RegisterGRC20Interface(wugnotPath, WugnotToken{}) - pl.RegisterGRC20Interface(gnsPath, GNSToken{}) - pl.RegisterGRC20Interface(barPath, BarToken{}) - pl.RegisterGRC20Interface(bazPath, BazToken{}) - pl.RegisterGRC20Interface(fooPath, FooToken{}) - pl.RegisterGRC20Interface(oblPath, OBLToken{}) - pl.RegisterGRC20Interface(quxPath, QuxToken{}) -} - var ( admin = pusers.AddressOrName(consts.ADMIN) alice = pusers.AddressOrName(testutils.TestAddress("alice"))