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