test: fight.Round 单元测试函数名变更
This commit is contained in:
parent
d96ed58548
commit
ffd8d047f9
|
@ -26,6 +26,6 @@ func TestName(t *testing.T) {
|
|||
)
|
||||
|
||||
wait.Add(1)
|
||||
r.Run()
|
||||
r.Start()
|
||||
wait.Wait()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue