test: fight.Round 单元测试函数名变更

This commit is contained in:
kercylan98 2023-08-02 11:58:23 +08:00
parent d96ed58548
commit ffd8d047f9
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ func TestName(t *testing.T) {
)
wait.Add(1)
r.Run()
r.Start()
wait.Wait()
}