mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Add playoff series status indicator to in-match overlay.
This commit is contained in:
@@ -45,6 +45,8 @@ func TestMatchPlay(t *testing.T) {
|
||||
|
||||
func TestMatchPlayLoad(t *testing.T) {
|
||||
web := setupTestWeb(t)
|
||||
tournament.CreateTestAlliances(web.arena.Database, 8)
|
||||
web.arena.CreatePlayoffBracket()
|
||||
|
||||
web.arena.Database.CreateTeam(&model.Team{Id: 101})
|
||||
web.arena.Database.CreateTeam(&model.Team{Id: 102})
|
||||
|
||||
Reference in New Issue
Block a user