From 7c6949b5fa645b29803794440067be7686c46c72 Mon Sep 17 00:00:00 2001 From: fdai7753 Date: Wed, 7 Feb 2024 22:49:59 +0100 Subject: [PATCH] Added unfinished Ghost wall obstruction 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 19b053b..897a14f 100644 --- a/src/test/java/pacmanTests/GhostTest.java +++ b/src/test/java/pacmanTests/GhostTest.java @@ -24,5 +24,10 @@ class GhostTest { // assert assertThat(position).isEqualTo(expectedPosition); } + + @Test + void Ghosts_wall_obstructsMovement() { + + } } \ No newline at end of file