Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd committed Aug 14, 2023
1 parent e134d51 commit 1da4a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/chain_syncer/chain_syncer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (s *ChainSyncerTestSuite) TestAheadOfProtocolVerifiedHead2() {
testutils.ProposeAndInsertEmptyBlocks(&s.ClientTestSuite, s.p, s.s.calldataSyncer)

var result uint64
s.RpcClient.L1RawRPC.CallContext(context.Background(), &result, "evm_increaseTime", 2000)
s.Nil(s.RpcClient.L1RawRPC.CallContext(context.Background(), &result, "evm_increaseTime", 2000))
s.NotNil(result)
fmt.Printf("evm time increase: %v\n", result)

Expand Down

0 comments on commit 1da4a64

Please sign in to comment.