Skip to content

Commit

Permalink
test: stage bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedm1 committed Nov 27, 2023
1 parent d5368f3 commit 336a5df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/foundry/core/CollateralTracker.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3763,6 +3763,7 @@ contract CollateralTrackerTest is Test, PositionUtils {
uint256 swapSizeSeed
) public {
vm.assume(strikeSeed != strikeSeed2);
vm.assume(pool != USDC_WETH_100);

{
_initWorld(x);
Expand Down Expand Up @@ -3932,6 +3933,7 @@ contract CollateralTrackerTest is Test, PositionUtils {
uint256 swapSizeSeed
) public {
vm.assume(strikeSeed != strikeSeed2);
vm.assume(pool != USDC_WETH_100);

uint128 required;

Expand Down

0 comments on commit 336a5df

Please sign in to comment.