From 18ac7db3742600c66867db1b21aefece508cc0b6 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Fri, 18 Mar 2022 12:27:24 +0100 Subject: [PATCH] Update test/game/components/ramp_opening_test.dart Co-authored-by: Alejandro Santiago --- test/game/components/ramp_opening_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/components/ramp_opening_test.dart b/test/game/components/ramp_opening_test.dart index 6f69fe0b..1876f8ae 100644 --- a/test/game/components/ramp_opening_test.dart +++ b/test/game/components/ramp_opening_test.dart @@ -215,7 +215,7 @@ void main() { }); flameTester.test( - 'change ball layer between pathwayLayer and again to Layer.board ' + 'change ball layer from pathwayLayer to Layer.board ' 'when a ball enters and exits from ramp', (game) async { final ball = MockBall(); final body = MockBody();