updated tests
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 44s
Pull Request Pipeline / lint (pull_request) Successful in 53s

This commit is contained in:
2026-05-21 21:32:57 +02:00
parent a7d36787ce
commit a6deba4238
3 changed files with 5 additions and 7 deletions

View File

@@ -671,7 +671,7 @@ void main() {
'name': testTeam.name,
'memberIds': [testPlayer1.id],
'createdAt': testTeam.createdAt.toIso8601String(),
'color': testTeam.color.toString(),
'color': testTeam.color.name,
'score': testTeam.score,
},
];