Fixed typo, commented out code causing compiling errors

This commit is contained in:
Alexander Sazonov
2022-04-30 18:48:29 +02:00
parent a0b0b3e330
commit 3e1ab66397
4 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ import static org.junit.jupiter.api.Assertions.*;
* Tests the noise handling of the game: will the passengers the ghost(s) walk(ed) by while going to
* their victim receive the right amount of noise notifications? Since the noises heard by
* passengers are stored in designated noiseAmount arrays, the following tests check if the content
* of those arrays match expected values. Different cases are being analyzed: ghost infects victim
* of those arrays matches expected values. Different cases are being analyzed: ghost infects victim
* while being on his right / on his left; two ghosts infect a victim while coming from the same
* side / from different sides; four ghosts dispersed all over the train infect a victim.
*/