mirror of https://github.com/go-co-op/gocron.git
fix lint issue
This commit is contained in:
parent
83f5f60b67
commit
13eb49642d
|
|
@ -106,7 +106,7 @@ func TestSchedulerMonitor_StartStopOrder(t *testing.T) {
|
|||
|
||||
s.Start()
|
||||
time.Sleep(10 * time.Millisecond)
|
||||
s.Shutdown()
|
||||
require.NoError(t, s.Shutdown())
|
||||
time.Sleep(10 * time.Millisecond)
|
||||
|
||||
mu.Lock()
|
||||
|
|
|
|||
Loading…
Reference in New Issue