fix lint issue

This commit is contained in:
iyashjayesh 2025-10-26 01:21:41 +05:30
parent 83f5f60b67
commit 13eb49642d
1 changed files with 1 additions and 1 deletions

View File

@ -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()