Skip to content

Commit

Permalink
chore: update block number on integration test (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDiscotech authored Jan 4, 2024
1 parent c03042f commit ef09c01
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 @@ -7,7 +7,7 @@ import {Test} from 'forge-std/Test.sol';
import {Greeter, IGreeter} from 'contracts/Greeter.sol';

contract IntegrationBase is Test {
uint256 internal constant _FORK_BLOCK = 15_452_788;
uint256 internal constant _FORK_BLOCK = 18_920_905;

string internal _initialGreeting = 'hola';
address internal _user = makeAddr('user');
Expand Down

0 comments on commit ef09c01

Please sign in to comment.