From 7eedaabfd678386611127cc73b9b21ed429df3c1 Mon Sep 17 00:00:00 2001 From: Erick Date: Mon, 2 May 2022 17:35:51 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- test/game/components/game_flow_controller_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/components/game_flow_controller_test.dart b/test/game/components/game_flow_controller_test.dart index f08a7a82..c3674146 100644 --- a/test/game/components/game_flow_controller_test.dart +++ b/test/game/components/game_flow_controller_test.dart @@ -101,7 +101,7 @@ void main() { ); test( - 'plays the backboard music on start', + 'plays the background music on start', () { gameFlowController.onNewState(GameState.initial());