Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ferglor committed Jun 16, 2024
1 parent fb49e39 commit cb1013d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ func TestLogEventProvider_GetLatestPayloads(t *testing.T) {
assert.Equal(t, 935, len(bufV1.queues["5"].logs))

for i := 0; i < 467; i++ {
payloads, err = provider.GetLatestPayloads(ctx)
_, err = provider.GetLatestPayloads(ctx)
assert.NoError(t, err)
}

Expand Down

0 comments on commit cb1013d

Please sign in to comment.