锦标赛单元测试
This commit is contained in:
parent
7b0fe9362e
commit
e9e94d37fc
@ -45,3 +45,8 @@ func TestChampionshipZeroUpdate(t *testing.T) {
|
|||||||
fmt.Printf("before zero update today id %d score : %d\n", todayAid, player.GetChampshipMod().GetScore())
|
fmt.Printf("before zero update today id %d score : %d\n", todayAid, player.GetChampshipMod().GetScore())
|
||||||
player.ChampionshipZeroUpdate()
|
player.ChampionshipZeroUpdate()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestChampionshipBack(t *testing.T) {
|
||||||
|
player := getTestPlayer()
|
||||||
|
player.BackChampship()
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user