Skip to content

Commit

Permalink
fixup: scheduler_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: streppel <[email protected]>
  • Loading branch information
arjunmahishi and Streppel authored Jan 23, 2021
1 parent 98e8aa8 commit bd0278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ func TestScheduler_Stop(t *testing.T) {
s.Stop()
assert.False(t, s.IsRunning())
})
t.Run("stops a running scheduler through StartAsync chan", func(t *testing.T) {
t.Run("stops a running scheduler calling .Stop()", func(t *testing.T) {
s := NewScheduler(time.UTC)
s.StartAsync()
assert.True(t, s.IsRunning())
Expand Down

0 comments on commit bd0278d

Please sign in to comment.