mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 23:11:12 -08:00
Fixd unit tests
This commit is contained in:
parent
e2576f1538
commit
ea6d794c36
2 changed files with 2 additions and 2 deletions
|
|
@ -756,7 +756,7 @@ public class ApplicationTests{
|
|||
|
||||
@Test
|
||||
void allBlockTest(){
|
||||
Tiles tiles = world.resize(256 * 3 + 20, 10);
|
||||
Tiles tiles = world.resize(256 * 4 + 20, 10);
|
||||
|
||||
world.beginMapLoad();
|
||||
for(int x = 0; x < tiles.width; x++){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue