From a053d8e378ad06f6bcbbc5611d689a2c7d2a48b4 Mon Sep 17 00:00:00 2001 From: Jorge Coca Date: Fri, 29 Apr 2022 20:24:46 -0500 Subject: [PATCH] Update packages/leaderboard_repository/test/src/leaderboard_repository_test.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- .../test/src/leaderboard_repository_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/leaderboard_repository/test/src/leaderboard_repository_test.dart b/packages/leaderboard_repository/test/src/leaderboard_repository_test.dart index eeaa2587..af3c5fa3 100644 --- a/packages/leaderboard_repository/test/src/leaderboard_repository_test.dart +++ b/packages/leaderboard_repository/test/src/leaderboard_repository_test.dart @@ -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();