diff --git a/src/tests/integration/D3MCompoundV2.t.sol b/src/tests/integration/D3MCompoundV2.t.sol index 1455eba2..9d9b3bbd 100644 --- a/src/tests/integration/D3MCompoundV2.t.sol +++ b/src/tests/integration/D3MCompoundV2.t.sol @@ -92,7 +92,7 @@ contract D3MCompoundV2IntegrationTest is DssTest { uint256 constant INTEREST_RATE_TOLERANCE = WAD / 10000; function setUp() public { - vm.createSelectFork(vm.envString("ETH_RPC_URL")); + vm.createSelectFork(vm.envString("ETH_RPC_URL"), 19_456_934); vat = VatAbstract(0x35D1b3F3D7966A1DFe207aa4514C12a259A0492B); end = EndAbstract(0x0e2e8F1D1326A4B9633D96222Ce399c708B19c28);