From a8066b6c94a05e78b370690d5f1b180f370cd320 Mon Sep 17 00:00:00 2001 From: Alice Henshaw Date: Sun, 1 Sep 2024 18:09:49 +0100 Subject: [PATCH] remove 1 comment --- test/position-managers/PositionManager.t.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/test/position-managers/PositionManager.t.sol b/test/position-managers/PositionManager.t.sol index f4c6bbeb..6e4cac31 100644 --- a/test/position-managers/PositionManager.t.sol +++ b/test/position-managers/PositionManager.t.sol @@ -637,7 +637,6 @@ contract PositionManagerTest is Test, PosmTestSetup, LiquidityFuzzers { bytes memory calls = getDecreaseEncoded(tokenId, config, 1e18, amount0Delta + 1, MIN_SLIPPAGE_DECREASE, ZERO_BYTES); - // WHY IS IT 1 LESS ???????? vm.expectRevert( abi.encodeWithSelector(SlippageCheck.MinimumAmountInsufficient.selector, amount0Delta + 1, amount0Delta - 1) );