Fixed unit tests

This commit is contained in:
Anuken 2019-04-26 11:23:41 -04:00
parent 6e1fb71194
commit e7ad797d4e
7 changed files with 21 additions and 27 deletions

View file

@ -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){