Implementierung von multiple Winners #214

Merged
flixcoo merged 17 commits from feature/205-Implementierung-von-multipleWinners into development 2026-05-10 17:13:11 +00:00
Showing only changes of commit 0c44c54bd7 - Show all commits

View File

@@ -883,14 +883,6 @@ void main() {
'createdAt': testGroup.createdAt.toIso8601String(), 'createdAt': testGroup.createdAt.toIso8601String(),
}, },
], ],
'teams': [
{
'id': testTeam.id,
'name': testTeam.name,
'memberIds': [testPlayer1.id, testPlayer2.id],
'createdAt': testTeam.createdAt.toIso8601String(),
},
],
'matches': [ 'matches': [
{ {
'id': testMatch.id, 'id': testMatch.id,