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);