From bce8de767fd69ea192e1e88749c0da619412ec05 Mon Sep 17 00:00:00 2001 From: fdai7753 Date: Thu, 8 Feb 2024 01:16:00 +0100 Subject: [PATCH] Added unfinished wall doesn't obstruct ghost movement test --- src/test/java/pacmanTests/GhostTest.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/test/java/pacmanTests/GhostTest.java b/src/test/java/pacmanTests/GhostTest.java index 99e515c..399239a 100644 --- a/src/test/java/pacmanTests/GhostTest.java +++ b/src/test/java/pacmanTests/GhostTest.java @@ -52,6 +52,11 @@ class GhostTest { // assert //assertThat(position).isEqualTo(expectedPosition); } + @Test + void Ghosts_wall_doesntobstructMovement() { + + } + } \ No newline at end of file