@ -23,6 +23,10 @@ class GhostTest {
Vector2 position = ghost.position;
// assert
assertThat(position).isEqualTo(expectedPosition);
}
@Test
void Ghosts_moving_doesntchangePosition() {
void Ghosts_wall_obstructsMovement() {