Skip to content

Commit

Permalink
test: update block number in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Oct 26, 2023
1 parent 5738369 commit 9d1038d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/test/integration/IntegrationBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {TestConstants} from '../utils/TestConstants.sol';
// solhint-enable no-unused-import

contract IntegrationBase is DSTestPlus, TestConstants, Helpers {
uint256 public constant FORK_BLOCK = 756_611;
uint256 public constant FORK_BLOCK = 111_361_902;

uint256 internal _initialBalance = 100_000 ether;

Expand Down

0 comments on commit 9d1038d

Please sign in to comment.