Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Jul 17, 2024
1 parent 0982d6d commit c65d02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/position-managers/Gas.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ contract GasTest is Test, Deployers, GasSnapshot, LiquidityOperations {
}

function test_gas_mint_sameTickUpper() public {
// Explicitly mint to range whos tickLower is the same.
// Explicitly mint to range whos tickUpperis the same.
LiquidityRange memory bob_mint = LiquidityRange({poolKey: key, tickLower: 60, tickUpper: 300});
vm.startPrank(bob);
_mint(bob_mint, 10_000 ether, block.timestamp + 1, address(bob), ZERO_BYTES);
Expand Down

0 comments on commit c65d02b

Please sign in to comment.