mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-08-28 08:25:56 +02:00
prepare for v2
This commit is contained in:
parent
63a9b5b1c6
commit
04ed7ea0b5
18 changed files with 64 additions and 337 deletions
|
|
@ -71,7 +71,7 @@ public class AnvilFuseTestUtil {
|
|||
List<CAEnchantment> enchantments = new ArrayList<>();
|
||||
|
||||
for (String enchantmentName : enchantmentNames) {
|
||||
List<CAEnchantment> enchantmentList = CAEnchantment.getListByName(enchantmentName);
|
||||
List<CAEnchantment> enchantmentList = CAEnchantment.getByName(enchantmentName);
|
||||
Assertions.assertNotEquals(0, enchantmentList.size(),
|
||||
"Could not find enchantment \"" + enchantmentName + "\"");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue