Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ferglor committed Jun 10, 2024
1 parent 3a224b1 commit b1a9f33
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 b1a9f33

Please sign in to comment.