Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Mar 15, 2024
1 parent 891d0e4 commit ad4b574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/runner/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (runner *E2ERunner) GenerateNetworkReport() (NetworkReport, error) {
// fetch the height and number of cctxs, this gives a better idea on the activity of the network

// get the block height
blockRes, err := runner.ZevmClient.BlockNumber(runner.Ctx)
blockRes, err := runner.ZEVMClient.BlockNumber(runner.Ctx)
if err != nil {
return NetworkReport{}, err
}
Expand Down

0 comments on commit ad4b574

Please sign in to comment.