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,