mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-03 13:30:25 +07:00
Testing test failure
This commit is contained in:
parent
4db432b0a9
commit
f89bf027f7
@ -94,6 +94,11 @@ public class ApplicationTests{
|
||||
state.set(State.menu);
|
||||
}
|
||||
|
||||
@Test
|
||||
void tryFail(){
|
||||
fail("a");
|
||||
}
|
||||
|
||||
@Test
|
||||
void initialization(){
|
||||
assertTrue(logic != null);
|
||||
|
Loading…
Reference in New Issue
Block a user