@ -70,9 +70,10 @@ class GameManagerTest {
GameManager game = new GameManager();
game.score = 100;
game.handleGhostCollision();
for(int i = 0;i < 3; i++) {
}
int expectedScore = 0;
assertThat(game.score).isEqualTo(expectedScore);