mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
Fixed tests
This commit is contained in:
parent
d8629100db
commit
c449302d28
3 changed files with 25 additions and 20 deletions
|
|
@ -3,6 +3,8 @@ package power;
|
|||
import arc.*;
|
||||
import arc.math.*;
|
||||
import arc.util.*;
|
||||
import mindustry.*;
|
||||
import mindustry.core.*;
|
||||
import mindustry.world.*;
|
||||
import mindustry.world.blocks.power.*;
|
||||
import mindustry.world.consumers.*;
|
||||
|
|
@ -23,6 +25,7 @@ public class PowerTests extends PowerTestFixture{
|
|||
@BeforeAll
|
||||
static void init(){
|
||||
Core.graphics = new FakeGraphics();
|
||||
Vars.state = new GameState();
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue