Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-manuel committed Jul 4, 2024
1 parent 132d11b commit 6b5b94b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions test/invariant/handlers/SwapperHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,6 @@ contract SwapperHandler is HandlerBase {
swapCount++;
}

// TODO: Add swapExactOut in separate PR

}
4 changes: 2 additions & 2 deletions test/unit/SwapExactOut.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ contract PSMSwapExactOutSuccessTestsBase is PSMTestBase {
amountOut,
amountIn,
receiver_,
0)
;
0
);

assertEq(returnedAmountIn, amountIn);

Expand Down

0 comments on commit 6b5b94b

Please sign in to comment.