Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kourin1996 committed Dec 16, 2024
1 parent 9bfd993 commit 435079d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat_test/smoke_compat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestSmokeRPCCompatibilities(t *testing.T) {
opClient: opClient,
}

// Fetch some random blocks between 1 to lastCeloL1BlockHeight
// Fetch some random blocks between 0 to lastCeloL1BlockHeight
for currentBlockNumber := uint64(0); currentBlockNumber < lastCeloL1BlockHeight; currentBlockNumber += blockInterval {
// exit loop if context is canceled
if isContextCanceled(jobCtx) {
Expand Down

0 comments on commit 435079d

Please sign in to comment.