Removed some unnecessary unit tests

This commit is contained in:
simon987
2018-04-02 10:58:24 -04:00
parent 292adb5483
commit 9349ae108b
3 changed files with 1 additions and 79 deletions

View File

@@ -3,17 +3,10 @@ package net.simon987.cubotplugin;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CubotTest {
@Test
public void test(){
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
e.printStackTrace();
}
assertEquals(1, 1);
}
}