From c598313e16da581995afd3d105678bececa04f5e Mon Sep 17 00:00:00 2001 From: fdai7753 Date: Wed, 7 Feb 2024 20:50:29 +0100 Subject: [PATCH] Added GhostTest to project --- src/test/java/pacmanTests/GhostTest.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/test/java/pacmanTests/GhostTest.java diff --git a/src/test/java/pacmanTests/GhostTest.java b/src/test/java/pacmanTests/GhostTest.java new file mode 100644 index 0000000..75344db --- /dev/null +++ b/src/test/java/pacmanTests/GhostTest.java @@ -0,0 +1,11 @@ +package pacmanTests; + +import static org.assertj.core.api.Assertions.assertThat; +import static org.junit.jupiter.api.Assertions.*; + +import org.junit.jupiter.api.Test; + + +class GhostTest { + +} \ No newline at end of file