From ffd8d047f9cd101d52a25cffd9f35dce9a25144a Mon Sep 17 00:00:00 2001 From: kercylan98 Date: Wed, 2 Aug 2023 11:58:23 +0800 Subject: [PATCH] =?UTF-8?q?test:=20fight.Round=20=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=87=BD=E6=95=B0=E5=90=8D=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/fight/round_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/fight/round_test.go b/game/fight/round_test.go index 36a1755..eff7d7e 100644 --- a/game/fight/round_test.go +++ b/game/fight/round_test.go @@ -26,6 +26,6 @@ func TestName(t *testing.T) { ) wait.Add(1) - r.Run() + r.Start() wait.Wait() }