Updated gameSession class

This commit is contained in:
2025-07-20 20:20:52 +02:00
parent 35cfba457d
commit d90b9b1bc2
2 changed files with 3 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ void main() {
setUp(() {
session = GameSession(
id: '1',
createdAt: testDate,
gameTitle: testTitle,
players: testPlayers,