mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-10 14:16:47 -04:00
Remove game-specific scoring
This commit is contained in:
2
model/test_helpers.go
Normal file → Executable file
2
model/test_helpers.go
Normal file → Executable file
@@ -27,8 +27,6 @@ func BuildTestMatchResult(matchId int, playNumber int) *MatchResult {
|
||||
matchResult := &MatchResult{MatchId: matchId, PlayNumber: playNumber, MatchType: "qualification"}
|
||||
matchResult.RedScore = game.TestScore1()
|
||||
matchResult.BlueScore = game.TestScore2()
|
||||
matchResult.RedCards = map[string]string{"1868": "yellow"}
|
||||
matchResult.BlueCards = map[string]string{}
|
||||
return matchResult
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user