1
0
fatedier 7 жил өмнө
parent
commit
9a5f0c23c4

+ 1 - 1
utils/shutdown/shutdown_test.go

@@ -17,5 +17,5 @@ func TestShutdown(t *testing.T) {
 		time.Sleep(time.Millisecond)
 		time.Sleep(time.Millisecond)
 		s.Done()
 		s.Done()
 	}()
 	}()
-	s.WaitDown()
+	s.WaitDone()
 }
 }