Skip to content

Commit

Permalink
taskgroup: fix a test error log
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Oct 21, 2024
1 parent 851c38c commit 8cb4400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskgroup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func TestWaitMoreTasks(t *testing.T) {
g.Wait()

if results != 15 {
t.Errorf("Got %d results, want 10", results)
t.Errorf("Got %d results, want 15", results)
}
}

Expand Down

0 comments on commit 8cb4400

Please sign in to comment.