Commit 14c535cc authored by clabby's avatar clabby

Lint

parent 4d337bff
...@@ -32,8 +32,8 @@ contract L2OutputOracle_Invariants is Test { ...@@ -32,8 +32,8 @@ contract L2OutputOracle_Invariants is Test {
} }
function setUp() public virtual { function setUp() public virtual {
// By default the first block has timestamp and number zero, which will cause underflows in the // By default the first block has timestamp and number zero, which will cause underflows
// tests, so we'll move forward to these block values. // in the tests, so we'll move forward to these block values.
initL1Time = startingTimestamp + 1; initL1Time = startingTimestamp + 1;
vm.warp(initL1Time); vm.warp(initL1Time);
vm.roll(startingBlockNumber); vm.roll(startingBlockNumber);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment