Fixed tests

This commit is contained in:
2025-08-23 18:27:23 +02:00
parent 25274ed914
commit 892d127144
3 changed files with 24 additions and 15 deletions

View File

@@ -19,9 +19,9 @@ class Round {
required this.gameId,
required this.roundNum,
required this.caboPlayerIndex,
this.kamikazePlayerIndex,
required this.scores,
required this.scoreUpdates,
this.kamikazePlayerIndex,
});
@override