Skip to content

Commit

Permalink
✅ update fork block number
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed Oct 10, 2024
1 parent 198d2c1 commit 1ef8826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Collateral.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ contract DepositCollateral is CollateralTest {

sUSD.approve(address(engine), type(uint256).max);

//vm.expectRevert();
vm.expectRevert();
engine.modifyCollateralWrap({
_accountId: accountId,
_amount: int256(SMALLER_AMOUNT),
Expand Down
2 changes: 1 addition & 1 deletion test/utils/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity 0.8.27;
/// @title Contract for defining constants used in testing
/// @author JaredBorders ([email protected])
contract Constants {
uint256 public constant ARBITRUM_BLOCK_NUMBER = 259_979_368;
uint256 public constant ARBITRUM_BLOCK_NUMBER = 262_365_072;

address internal constant OWNER = address(0x01);

Expand Down

0 comments on commit 1ef8826

Please sign in to comment.