mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-15 11:20:39 -07:00
Possible flaky test fix
This commit is contained in:
parent
2cea277320
commit
756c717a9b
2 changed files with 2 additions and 2 deletions
|
|
@ -116,7 +116,6 @@ public class ApplicationTests{
|
|||
Thread.sleep(10);
|
||||
}
|
||||
|
||||
|
||||
Block block = content.getByName(ContentType.block, "build2");
|
||||
assertEquals("build2", block == null ? null : block.name, "2x2 construct block doesn't exist?");
|
||||
}catch(Throwable r){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue