diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-28 10:52:54 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-28 10:52:54 +0200 |
commit | 2e9ddde240de91ed41f0855d692491c6e3ae22b1 (patch) | |
tree | b433b2e963785d56f940d2ce65435c606abb876b /src | |
parent | cbb1a77724c320e24bcb9ace36ef42e3abdae87a (diff) | |
download | skyhanni-2e9ddde240de91ed41f0855d692491c6e3ae22b1.tar.gz skyhanni-2e9ddde240de91ed41f0855d692491c6e3ae22b1.tar.bz2 skyhanni-2e9ddde240de91ed41f0855d692491c6e3ae22b1.zip |
workaround for test: For as long as we don't have the DUNGEON line in the last lore of the test item.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/java/at/hannibal2/skyhanni/test/ItemModifierTest.kt | 3 |
1 files changed, 1 insertions, 2 deletions
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 |