Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ettec committed Nov 10, 2024
1 parent 5c8c122 commit 7aafa86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func waitForConsumerReports(ctx context.Context, t *testing.T, consumer *feeds_c
for {
select {
case <-ctxWithTimeout.Done():
t.Fatalf("timed out waiting for feed reports, expected %d, received %d", len(triggerFeedReports), feedCount)
t.Fatalf("timed out waiting for feed reports, expected %d, received %d", len(triggerFeedReports), feedCount)
case err := <-feedsSub.Err():
require.NoError(t, err)
case feed := <-feedsReceived:
Expand Down

0 comments on commit 7aafa86

Please sign in to comment.