Skip to content

Commit

Permalink
use nextTokenId
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Jul 23, 2024
1 parent c579a64 commit 04660de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/position-managers/Execute.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ contract ExecuteTest is Test, PosmTestSetup, LiquidityFuzzers {
initialLiquidity = bound(initialLiquidity, 1e18, 1000e18);
liquidityToAdd = bound(liquidityToAdd, 1e18, 1000e18);

uint256 tokenId = 1; // assume that the .mint() produces tokenId=1, to be used in increaseLiquidity
uint256 tokenId = lpm.nextTokenId(); // assume that the .mint() produces tokenId=1, to be used in increaseLiquidity

Planner.Plan memory planner = Planner.init();

Expand Down

0 comments on commit 04660de

Please sign in to comment.