fix: schema test created json

This commit is contained in:
2026-05-10 18:24:12 +02:00
parent f5f97f676c
commit 0c44c54bd7

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,