Browse Source

Added unfinished wall doesn't obstruct ghost movement test

remotes/origin/playerRefactoring
fdai7753 11 months ago
parent
commit
bce8de767f
  1. 5
      src/test/java/pacmanTests/GhostTest.java

5
src/test/java/pacmanTests/GhostTest.java

@ -52,6 +52,11 @@ class GhostTest {
// assert
//assertThat(position).isEqualTo(expectedPosition);
}
@Test
void Ghosts_wall_doesntobstructMovement() {
}
}
Loading…
Cancel
Save