mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-22 13:48:25 +07:00
Re-structuring
This commit is contained in:
@ -101,12 +101,6 @@ public class ApplicationTests{
|
||||
assertTrue(content.getContentMap().length > 0);
|
||||
}
|
||||
|
||||
@Test
|
||||
void loadSector(){
|
||||
world.sectors.createSector(0, 0);
|
||||
world.sectors.playSector(world.sectors.get(0, 0));
|
||||
}
|
||||
|
||||
@Test
|
||||
void playMap(){
|
||||
assertTrue(world.maps.all().size > 0);
|
||||
|
Reference in New Issue
Block a user