diff --git a/utils/shutdown/shutdown_test.go b/utils/shutdown/shutdown_test.go index d1cc389f..bd6507a5 100644 --- a/utils/shutdown/shutdown_test.go +++ b/utils/shutdown/shutdown_test.go @@ -17,5 +17,5 @@ func TestShutdown(t *testing.T) { time.Sleep(time.Millisecond) s.Done() }() - s.WaitDown() + s.WaitDone() }