From 13eb49642d4e5dda37822ce8ee0c2cabeadf8f39 Mon Sep 17 00:00:00 2001 From: iyashjayesh Date: Sun, 26 Oct 2025 01:21:41 +0530 Subject: [PATCH] fix lint issue --- scheduler_monitor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler_monitor_test.go b/scheduler_monitor_test.go index 1b69a5b..e686635 100644 --- a/scheduler_monitor_test.go +++ b/scheduler_monitor_test.go @@ -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()