From d6f7bb853d3b7a0c31d4f4fd509554805c199614 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Mon, 7 Mar 2022 16:19:18 +0100 Subject: [PATCH] test: names for tests --- test/game/components/path_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/components/path_test.dart b/test/game/components/path_test.dart index 9564c21c..73a7bcfb 100644 --- a/test/game/components/path_test.dart +++ b/test/game/components/path_test.dart @@ -109,7 +109,7 @@ void main() { start: Vector2(10, 10), end: Vector2(20, 20), pathWidth: pathWidth, - onlyOneWall: true, + singleWall: true, ); await game.ensureAdd(path);