Removed matchId from Score class
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 43s
Pull Request Pipeline / lint (pull_request) Successful in 49s

This commit is contained in:
2026-04-09 18:00:19 +02:00
parent 73533b8c4f
commit 520edd0ca6
3 changed files with 0 additions and 8 deletions

View File

@@ -84,7 +84,6 @@ void main() {
expect(score, isNotNull);
expect(score!.playerId, testPlayer1.id);
expect(score.matchId, testMatch1.id);
expect(score.roundNumber, 1);
expect(score.score, 10);
expect(score.change, 10);