Update packages/leaderboard_repository/test/src/leaderboard_repository_test.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/265/head
Jorge Coca 3 years ago committed by GitHub
parent d279b31d00
commit a053d8e378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -307,8 +307,8 @@ void main() {
});
test(
'does save the new score if there are more than 10 scores in the '
'leaderboard but the new score is higher than the lowest top 10, and '
'saves the new score when there are more than 10 scores in the '
'leaderboard and the new score is higher than the lowest top 10, and '
'deletes the scores that are not in the top 10 anymore', () async {
final deleteQuery = MockQuery();
final deleteQuerySnapshot = MockQuerySnapshot();

Loading…
Cancel
Save