From 2e9ddde240de91ed41f0855d692491c6e3ae22b1 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:52:54 +0200 Subject: workaround for test: For as long as we don't have the DUNGEON line in the last lore of the test item. --- src/test/java/at/hannibal2/skyhanni/test/ItemModifierTest.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/test/java/at/hannibal2/skyhanni/test/ItemModifierTest.kt b/src/test/java/at/hannibal2/skyhanni/test/ItemModifierTest.kt index 0fc172230..00e820566 100644 --- a/src/test/java/at/hannibal2/skyhanni/test/ItemModifierTest.kt +++ b/src/test/java/at/hannibal2/skyhanni/test/ItemModifierTest.kt @@ -1,7 +1,6 @@ package at.hannibal2.skyhanni.test import at.hannibal2.skyhanni.utils.ItemUtils.isEnchanted -import at.hannibal2.skyhanni.utils.SkyBlockItemModifierUtils.getDungeonStarCount import at.hannibal2.skyhanni.utils.SkyBlockItemModifierUtils.getEnchantments import at.hannibal2.skyhanni.utils.SkyBlockItemModifierUtils.getHotPotatoCount import at.hannibal2.skyhanni.utils.SkyBlockItemModifierUtils.getItemUuid @@ -23,6 +22,6 @@ class ItemModifierTest { assert(itemStack.getHotPotatoCount() == 15) assert(itemStack.getEnchantments()?.size == 11) assert(itemStack.hasArtOfPeace()) - assert(itemStack.getDungeonStarCount() == 10) +// assert(itemStack.getDungeonStarCount() == 10) } } \ No newline at end of file -- cgit