fatedier 7 年之前
父节点
当前提交
9a5f0c23c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()
 }