update schema test

This commit is contained in:
2026-05-10 18:23:39 +02:00
parent 2a3c0fc98c
commit 9ae562d92a

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,