Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SchnTgaiSpock committed Nov 5, 2024
1 parent 0674660 commit 72a56a9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,9 +442,6 @@ null, null, new ItemStack(Material.BLAZE_POWDER, 4),
@Test
@DisplayName("Test RecipeInputSlimefunItem Matching")
void testRecipeInputSlimefunItemMatching() {
final ItemGroup itemGroup = new ItemGroup(new NamespacedKey(sf, "test_group"), new CustomItemStack(Material.DIAMOND_AXE, "Test Group"));
final MockSlimefunItem testItem = new MockSlimefunItem(itemGroup, new ItemStack(Material.IRON_INGOT), "TEST_ITEM");
testItem.register(sf);
var item = new RecipeInputSlimefunItem("TEST_ITEM", 2);
Assertions.assertFalse(item.matchItem(new ItemStack(Material.IRON_INGOT)).itemsMatch());
ItemStack sfItem = testItem.getItem().clone();
Expand Down

0 comments on commit 72a56a9

Please sign in to comment.