Skip to content

Commit c8ffc2d

Browse files
committed
fix: use roll instead of rollFork
1 parent 4ec790a commit c8ffc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/host/Zenith.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ contract ZenithTest is SignetStdTest {
3737

3838
// advance to next block number to avoid the possibility during fork testing
3939
// that a rollup block was already submitted in the current block
40-
vm.rollFork(block.number + 1);
40+
vm.roll(block.number + 1);
4141

4242
// set default block values
4343
header.rollupChainId = ROLLUP_CHAIN_ID;

0 commit comments

Comments
 (0)