Skip to content

Commit c45b2c4

Browse files
committed
check format
1 parent da68ae8 commit c45b2c4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/BaseAlgorithmTest.t.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ contract UnimplementedAlgorithm is BaseAlgorithm {
103103

104104
constructor(address _hookAddress) BaseAlgorithm(_hookAddress) { }
105105

106-
// Don't override the virtual functions to test base revert behavior
107-
108106
}
109107

110108
contract BaseAlgorithmUnimplementedTest is SetupHook {

test/RouterTest.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ contract RouterTest is SetupHook {
239239
// Verify balance changes
240240
assertEq(token1.balanceOf(testUser2), fillerBalance1Before - swapAmount);
241241
assertEq(token0.balanceOf(testUser2), fillerBalance0Before); // Should be unchanged
242-
// User should receive claimable tokens in manager
243242
assertEq(manager.balanceOf(testUser, currency0.toId()), uint256(swapAmount));
244243
}
245244

0 commit comments

Comments
 (0)