Skip to content

Commit

Permalink
test(fix): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Jan 19, 2025
1 parent 4a4b42b commit 6ba7ad5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions staker/__TEST_token_uri_in_same_block_test.gnoA
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ func TestPoolInitCreatePool(t *testing.T) {

gns.Approve(a2u(consts.POOL_ADDR), pl.GetPoolCreationFee())
pl.CreatePool(barPath, fooPath, fee500, "130621891405341611593710811006") // tick = 10000
SetPoolTierByAdmin("gno.land/r/onbloc/bar:gno.land/r/onbloc/foo:500", 1)

std.TestSkipHeights(1)
}

func TestMintPositionAndCheckURI(t *testing.T) {
std.TestSetRealm(adminRealm)
bar.Approve(a2u(consts.POOL_ADDR), consts.UINT64_MAX)
foo.Approve(a2u(consts.POOL_ADDR), consts.UINT64_MAX)
poolPath := "gno.land/r/onbloc/bar:gno.land/r/onbloc/foo:500"
addPoolTier(t, poolPath, 1)

tokenId1, _, _, _, _ := MintAndStake(
barPath,
Expand Down

0 comments on commit 6ba7ad5

Please sign in to comment.