diff options
-rw-r--r-- | src/ch/epfl/maze/tests/AnimalTest.java | 2 | ||||
-rw-r--r-- | src/ch/epfl/maze/tests/GhostsTest.java | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/ch/epfl/maze/tests/AnimalTest.java b/src/ch/epfl/maze/tests/AnimalTest.java index 1fd8943..123c038 100644 --- a/src/ch/epfl/maze/tests/AnimalTest.java +++ b/src/ch/epfl/maze/tests/AnimalTest.java | |||
@@ -6,8 +6,6 @@ import ch.epfl.maze.util.Vector2D; | |||
6 | import junit.framework.TestCase; | 6 | import junit.framework.TestCase; |
7 | import org.junit.Test; | 7 | import org.junit.Test; |
8 | 8 | ||
9 | import java.util.Set; | ||
10 | |||
11 | /** | 9 | /** |
12 | * Test case for {@code Animal} implementation. | 10 | * Test case for {@code Animal} implementation. |
13 | */ | 11 | */ |
diff --git a/src/ch/epfl/maze/tests/GhostsTest.java b/src/ch/epfl/maze/tests/GhostsTest.java index 35dddbf..2195443 100644 --- a/src/ch/epfl/maze/tests/GhostsTest.java +++ b/src/ch/epfl/maze/tests/GhostsTest.java | |||
@@ -16,8 +16,6 @@ import ch.epfl.maze.util.Vector2D; | |||
16 | import junit.framework.TestCase; | 16 | import junit.framework.TestCase; |
17 | import org.junit.Test; | 17 | import org.junit.Test; |
18 | 18 | ||
19 | import java.util.Set; | ||
20 | |||
21 | /** | 19 | /** |
22 | * Test suite for ghosts implementation. | 20 | * Test suite for ghosts implementation. |
23 | * | 21 | * |