Failure confirmed working

This commit is contained in:
Anuken 2018-10-03 21:17:36 -04:00
parent f89bf027f7
commit ee5a3269f2

View File

@ -94,11 +94,6 @@ public class ApplicationTests{
state.set(State.menu);
}
@Test
void tryFail(){
fail("a");
}
@Test
void initialization(){
assertTrue(logic != null);