Fehlende Methoden für Games Datenbank inplementieren #76

Merged
flixcoo merged 35 commits from feature/74-fehlende-methoden-für-games-datenbank-inplementieren into development 2025-12-05 17:54:13 +00:00
Showing only changes of commit ec902c6196 - Show all commits

View File

@@ -148,7 +148,6 @@ void main() {
gameId: testGameOnlyPlayers.id, gameId: testGameOnlyPlayers.id,
); );
print('existingPlayers: $existingPlayers');
if (existingPlayers == null || existingPlayers.isEmpty) { if (existingPlayers == null || existingPlayers.isEmpty) {
fail('Existing players should not be null or empty'); fail('Existing players should not be null or empty');
} }