Skip to content

Commit

Permalink
Fixed testItem should be run after Minecraft 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Dec 20, 2024
1 parent 5a60988 commit 8414004
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ protected void setUp() {
}

@Test
@After1_(14)
void testItem() {
check();
Item expected = Item.newItem("STONE").setAmount(2).setDurability(15)
.setDisplayName("&7Cool stone").setLore("Click on this", "To be OP")
.addEnchantment("flame", 10)
Expand Down

0 comments on commit 8414004

Please sign in to comment.