From 0ea017f0bc75cc67d234f4c69929b07e2455329f Mon Sep 17 00:00:00 2001 From: David Date: Fri, 3 May 2024 13:32:18 +0800 Subject: [PATCH] test: fix tests --- driver/driver_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/driver/driver_test.go b/driver/driver_test.go index fe741b6dc..f74e09bf9 100644 --- a/driver/driver_test.go +++ b/driver/driver_test.go @@ -127,7 +127,6 @@ func (s *DriverTestSuite) TestCheckL1ReorgToHigherFork() { // Reorg back to l2Head1 s.RevertL1Snapshot(testnetL1SnapshotID) - s.IncreaseTime(uint64((3 * time.Second).Seconds())) s.InitProposer() // Because of evm_revert operation, the nonce of the proposer need to be adjusted.