From 54ac7c13d520b737cb647f6eddc79b0d370a6597 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Thu, 5 May 2022 17:30:57 +0100 Subject: [PATCH] test: renamed test Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- test/game/behaviors/camera_focusing_behavior_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/behaviors/camera_focusing_behavior_test.dart b/test/game/behaviors/camera_focusing_behavior_test.dart index 480fd039..dc4bf718 100644 --- a/test/game/behaviors/camera_focusing_behavior_test.dart +++ b/test/game/behaviors/camera_focusing_behavior_test.dart @@ -94,7 +94,7 @@ void main() { ); flameTester.test( - 'zooms when lost', + 'zooms when game is over', (game) async { final playing = const GameState.initial().copyWith( status: GameStatus.gameOver,