fatedier %!s(int64=7) %!d(string=hai) anos
pai
achega
9a5f0c23c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/shutdown/shutdown_test.go

+ 1 - 1
utils/shutdown/shutdown_test.go

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