diff options
Diffstat (limited to 'src/ch/epfl/maze/tests/WorldTest.java')
-rw-r--r-- | src/ch/epfl/maze/tests/WorldTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/tests/WorldTest.java b/src/ch/epfl/maze/tests/WorldTest.java index 845c689..7428ba6 100644 --- a/src/ch/epfl/maze/tests/WorldTest.java +++ b/src/ch/epfl/maze/tests/WorldTest.java | |||
@@ -14,6 +14,8 @@ import static org.junit.Assert.assertArrayEquals; | |||
14 | 14 | ||
15 | /** | 15 | /** |
16 | * Test case for {@code World} implementation. | 16 | * Test case for {@code World} implementation. |
17 | * | ||
18 | * @author EPFL | ||
17 | */ | 19 | */ |
18 | public class WorldTest extends TestCase { | 20 | public class WorldTest extends TestCase { |
19 | 21 | ||