Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Aug 7, 2024
1 parent cfc9da0 commit 39d5802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/execution/pkg/client/cache/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func TestEth1HeaderCache(t *testing.T) {
})

t.Run("Prune and verify deletion", func(t *testing.T) {
for i := uint64(0); i < 20; i++ {
for i := range uint64(20) {
h := &gethprimitives.Header{
Number: new(big.Int).SetUint64(i),
}
Expand Down

0 comments on commit 39d5802

Please sign in to comment.