Skip to content

Commit

Permalink
Update internal/errgroup/group_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Diu <kevin_diu@yahoo.com.hk>
  • Loading branch information
hlts2 and kevindiu committed Jun 22, 2020
1 parent 7798901 commit 566784d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/errgroup/group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ func Test_group_Go(t *testing.T) {
egctx, cancel := context.WithCancel(context.Background())

return test{
name: "f is called but f returns error and revious process also returns error",
name: "f is called but f returns error and previous process also returns error",
args: args{
f: func() error {
atomic.AddInt32(&calledCnt, 1)
Expand Down

0 comments on commit 566784d

Please sign in to comment.