Skip to content

Commit

Permalink
fix: remove token register for pool
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Dec 16, 2024
1 parent e00aef0 commit ab4587a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions position/_helper_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit ab4587a

Please sign in to comment.