锦标赛单元测试

This commit is contained in:
hahwu 2026-04-13 22:37:02 +08:00
parent 7b0fe9362e
commit e9e94d37fc

View File

@ -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()
}