Skip to content

Commit

Permalink
Add small line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bjee19 committed Feb 6, 2024
1 parent e3a71e9 commit 9ca0236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/framework/runnables/cronjob_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func TestCronJob_ContextCanceled(t *testing.T) {
errCh <- job.Start(ctx)
close(errCh)
}()

cancel()
g.Eventually(errCh).Should(Receive(MatchError(context.Canceled)))
g.Eventually(errCh).Should(BeClosed())
Expand Down

0 comments on commit 9ca0236

Please sign in to comment.