From fbbd04d91b482552c1c9017ecfb0171579674ba2 Mon Sep 17 00:00:00 2001 From: Erick Date: Thu, 3 Mar 2022 09:16:45 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- test/game/view/pinball_game_view_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/view/pinball_game_view_test.dart b/test/game/view/pinball_game_view_test.dart index c00db60f..4f4fe246 100644 --- a/test/game/view/pinball_game_view_test.dart +++ b/test/game/view/pinball_game_view_test.dart @@ -7,7 +7,7 @@ import '../../helpers/helpers.dart'; void main() { group('PinballGameView', () { - testWidgets('renders', (tester) async { + testWidgets('renders game', (tester) async { final gameBloc = MockGameBloc(); whenListen( gameBloc,