Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambels committed Apr 4, 2022
1 parent 8887af5 commit bac6cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronjob_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func TestStopWithFlushWait(t *testing.T) {

select {
case <-ctx.Done():
// canceled imediately
// canceled immediately

case <-time.After(20 * time.Microsecond):
t.Fatal("ctx wasnt canceled.")
Expand Down

0 comments on commit bac6cda

Please sign in to comment.