fix: export test
Some checks failed
Pull Request Pipeline / lint (pull_request) Successful in 54s
Pull Request Pipeline / test (pull_request) Failing after 10m41s

This commit is contained in:
2026-05-18 22:55:49 +02:00
parent f069f62e26
commit 369cabe996

View File

@@ -894,6 +894,15 @@ void main() {
},
'createdAt': testMatch.createdAt.toIso8601String(),
'endedAt': null,
'isTeamMatch': true,
'teams': [
{
'id': testTeam.id,
'name': testTeam.name,
'memberIds': [testPlayer1.id, testPlayer2.id],
'createdAt': testTeam.createdAt.toIso8601String(),
},
],
},
],
});