mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-13 04:42:07 -08:00
Fixed unit tests
This commit is contained in:
parent
6e1fb71194
commit
e7ad797d4e
7 changed files with 21 additions and 27 deletions
|
|
@ -27,7 +27,7 @@ public class ItemLiquidGeneratorTests extends PowerTestFixture{
|
|||
private ItemLiquidGenerator generator;
|
||||
private Tile tile;
|
||||
private ItemLiquidGenerator.ItemLiquidGeneratorEntity entity;
|
||||
private final float fakeItemDuration = 60f; // 60 ticks
|
||||
private final float fakeItemDuration = 60f; //ticks
|
||||
private final float maximumLiquidUsage = 0.5f;
|
||||
|
||||
public void createGenerator(InputType inputType){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue