Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anodar committed May 16, 2024
1 parent 3373c4a commit 3fd412e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/pubsub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func TestRedisProduce(t *testing.T) {
if _, err := consumers[i].Consume(ctx); err != nil {
t.Errorf("Error consuming message: %v", err)
}
//Terminate half of the consumers, send interrupt to others.
// Terminate half of the consumers, send interrupt to others.
if i%2 == 0 {
consumers[i].StopAndWait()
} else {
Expand Down

0 comments on commit 3fd412e

Please sign in to comment.