mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
Enchantment: use Translatable instead of hardcoded translation keys
This commit is contained in:
@ -103,7 +103,7 @@ class ItemTest extends TestCase{
|
||||
continue 2;
|
||||
}
|
||||
}
|
||||
self::fail("Unknown extra enchantment found: " . $enchantment->getType()->getName() . " x" . $enchantment->getLevel());
|
||||
self::fail("Unknown extra enchantment found");
|
||||
}
|
||||
self::assertEmpty($enchantments, "Expected all enchantments to be present");
|
||||
}
|
||||
|
Reference in New Issue
Block a user