color is now a required game parameter
This commit is contained in:
@@ -48,7 +48,7 @@ void main() {
|
||||
name: 'Test Group 2',
|
||||
members: [testPlayer4, testPlayer5],
|
||||
);
|
||||
testGame = Game(name: 'Test Game');
|
||||
testGame = Game(name: 'Test Game', color: '0xFF000000');
|
||||
testMatch1 = Match(
|
||||
name: 'First Test Match',
|
||||
game: testGame,
|
||||
|
||||
Reference in New Issue
Block a user