Skip to content

Commit

Permalink
Update cogroup_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
devfans authored Feb 1, 2021
1 parent 9b5634b commit ad0e95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogroup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
)

func Test_CoGroup(t *testing.T) {
f := func(context.Context) error {
f := func(ctx context.Context) error {
<-time.After(time.Second)
t.Log("xxxxxxxxxxxxxxxxxx")
t.Log(GetWorkerId(ctx),"xxxxxxxxxxxxxxxxxx")
return nil
}

Expand Down

0 comments on commit ad0e95b

Please sign in to comment.