Skip to content

Commit

Permalink
test: stage
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedm1 committed Nov 27, 2023
1 parent c32ab67 commit 881259f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/foundry/core/CollateralTracker.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2302,6 +2302,7 @@ contract CollateralTrackerTest is Test, PositionUtils {
2 ** 96;
console2.log(balance0AfterD, balance0BeforeD, balance1AfterD, balance1BeforeD);
assertTrue(crossAfterD < crossBeforeD);
console2.log("C1");
if (asset == 1) {
assertTrue(balance0AfterD == balance0BeforeD);
assertTrue(balance1AfterD < balance1BeforeD);
Expand Down

0 comments on commit 881259f

Please sign in to comment.