We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec790a commit c8ffc2dCopy full SHA for c8ffc2d
test/host/Zenith.t.sol
@@ -37,7 +37,7 @@ contract ZenithTest is SignetStdTest {
37
38
// advance to next block number to avoid the possibility during fork testing
39
// that a rollup block was already submitted in the current block
40
- vm.rollFork(block.number + 1);
+ vm.roll(block.number + 1);
41
42
// set default block values
43
header.rollupChainId = ROLLUP_CHAIN_ID;
0 commit comments