Add in missing test runner for a test. Fixes failing tests on jenkins, hopefully.
This commit is contained in:
parent
d7dda9e960
commit
d7b241c224
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ import net.minecraftforge.fml.common.Loader;
|
|||
import net.minecraftforge.fml.common.ModMetadata;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
import javax.annotation.Nonnull;
|
||||
|
||||
|
@ -25,6 +26,7 @@ import static org.junit.Assert.assertEquals;
|
|||
/**
|
||||
* Test block state mappings bidirectionality
|
||||
*/
|
||||
@RunWith(ForgeTestRunner.class)
|
||||
public class BlockStateMappingsTest
|
||||
{
|
||||
@BeforeClass
|
||||
|
|
Loading…
Reference in a new issue