Updated score and winner handling
This commit is contained in:
@@ -231,8 +231,8 @@ void main() {
|
||||
);
|
||||
|
||||
expect(scores.length, 2);
|
||||
expect(scores[testPlayer1.id]!.length, 2);
|
||||
expect(scores[testPlayer2.id]!.length, 1);
|
||||
expect(scores[testPlayer1.id]!, isNotNull);
|
||||
expect(scores[testPlayer2.id]!, isNotNull);
|
||||
});
|
||||
|
||||
test('getAllMatchScores() with no scores saved', () async {
|
||||
|
||||
Reference in New Issue
Block a user