Skip to content

Commit 2b6bfcd

Browse files
committed
Suppress warnings
1 parent dfd610a commit 2b6bfcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MindCuber_UT/src/cube/CubeTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package cube;
22

3-
import static org.junit.Assert.assertEquals;
4-
53
import org.junit.Test;
64

75
import robot.Direction;
@@ -16,6 +14,7 @@ public class CubeTest {
1614
@Test
1715
public void testCube() {
1816
try {
17+
@SuppressWarnings("unused")
1918
Cube c = new Cube();
2019
}
2120
catch (Exception e) {

0 commit comments

Comments
 (0)