From dc10aae6a9f80f3d7ea4e4a4811505b606ba2e6d Mon Sep 17 00:00:00 2001 From: Erick Date: Sat, 7 May 2022 18:15:06 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- test/game/components/backbox/backbox_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/components/backbox/backbox_test.dart b/test/game/components/backbox/backbox_test.dart index 6a5bb947..2c2ea5db 100644 --- a/test/game/components/backbox/backbox_test.dart +++ b/test/game/components/backbox/backbox_test.dart @@ -357,7 +357,7 @@ void main() { ); flameTester.test( - 'goes back to PlayerInitialsSubmitted when the timer is finished', + 'adds PlayerInitialsSubmitted when the timer is finished', (game) async { final initialState = InitialsFailureState( score: 10,