Skip to content

Commit

Permalink
revert: test panic
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Apr 9, 2024
1 parent 49767ca commit 68ac821
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pool/_TEST_/z1_single_lp_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ func init() {
pl.RegisterGRC20Interface("gno.land/r/demo/obl", OBLToken{})
pl.RegisterGRC20Interface("gno.land/r/demo/wugnot", WugnotToken{})
pl.RegisterGRC20Interface("gno.land/r/demo/gns", GNSToken{})

}

/* START TEST */
Expand Down Expand Up @@ -221,7 +220,6 @@ func createBarFooPool() {
std.TestSkipHeights(1)
}
func mint() {
panic("TEST")
std.TestSetPrevAddr(test1)

bar.Approve(a2u(consts.POOL_ADDR), consts.UINT64_MAX)
Expand Down

0 comments on commit 68ac821

Please sign in to comment.