Closes Anuken/Mindustry-Suggestions/issues/5842
This commit is contained in:
@@ -653,6 +653,15 @@ public class ApplicationTests{
|
||||
assertEquals(500, world.height());
|
||||
}
|
||||
|
||||
@Test
|
||||
void load152BESave(){
|
||||
resetWorld();
|
||||
SaveIO.load(Core.files.internal("152_be.msav"));
|
||||
|
||||
assertEquals(414, world.width());
|
||||
assertEquals(414, world.height());
|
||||
}
|
||||
|
||||
@Test
|
||||
void arrayIterators(){
|
||||
Seq<String> arr = Seq.with("a", "b" , "c", "d", "e", "f");
|
||||
|
||||
Reference in New Issue
Block a user