Skip to content

Commit 9b7b875

Browse files
committed
Fix a test class name
1 parent 877d44f commit 9b7b875

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/test/java/dev/compactmods/crafting/tests/recipes/MiniaturiationRecipeTests.java renamed to src/test/java/dev/compactmods/crafting/tests/recipes/MiniaturizationRecipeTests.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
import dev.compactmods.crafting.server.ServerConfig;
2020
import dev.compactmods.crafting.tests.recipes.util.RecipeTestUtil;
2121
import dev.compactmods.crafting.util.BlockSpaceUtil;
22+
import dev.compactmods.tester.annotations.MCTestClass;
23+
import dev.compactmods.tester.annotations.StructureFile;
2224
import net.minecraft.block.BlockState;
2325
import net.minecraft.block.Blocks;
2426
import net.minecraft.item.ItemStack;
@@ -32,8 +34,9 @@
3234
import org.junit.jupiter.api.Tag;
3335
import org.junit.jupiter.api.Test;
3436

37+
@MCTestClass
3538
@IntegrationTestClass("recipes")
36-
public class MiniaturiationRecipeTests {
39+
public class MiniaturizationRecipeTests {
3740

3841
private static RecipeManager RECIPES;
3942

@@ -80,6 +83,7 @@ void IsSpecialRecipe() {
8083
}
8184

8285
@Tag("minecraft")
86+
@StructureFile("ender_crystal")
8387
@IntegrationTest("ender_crystal")
8488
void FakesFakeInventories(IntegrationTestHelper helper) {
8589
MiniaturizationRecipe recipe = new MiniaturizationRecipe();

0 commit comments

Comments
 (0)