Skip to content

Commit

Permalink
typo lol
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepoint committed Jun 26, 2024
1 parent eb85ede commit 3ba713d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/position-managers/IncreaseLiquidity.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ contract IncreaseLiquidityTest is Test, Deployers, GasSnapshot, Fuzzers {
assertEq(balance0AliceBefore, currency0.balanceOf(alice));
assertEq(balance1AliceBefore, currency1.balanceOf(alice));

// sum dust was credited to alice's tokensOwed
// some dust was credited to alice's tokensOwed
(token0Owed, token1Owed) = lpm.feesOwed(tokenIdAlice);
assertApproxEqAbs(token0Owed, 0, 80 wei);
assertApproxEqAbs(token1Owed, 0, 80 wei);
Expand Down

0 comments on commit 3ba713d

Please sign in to comment.