mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
LegacyStringToItemParser: remove bogus test
this test is obsolete since ea3d5ac563
, since durable items no longer use meta to represent damage.
This commit is contained in:
@ -38,8 +38,7 @@ class LegacyStringToItemParserTest extends TestCase{
|
||||
["351:4", ItemIds::DYE, 4],
|
||||
["stone:3", ItemIds::STONE, 3],
|
||||
["minecraft:string", ItemIds::STRING, 0],
|
||||
["diamond_pickaxe", ItemIds::DIAMOND_PICKAXE, 0],
|
||||
["diamond_pickaxe:5", ItemIds::DIAMOND_PICKAXE, 5]
|
||||
["diamond_pickaxe", ItemIds::DIAMOND_PICKAXE, 0]
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user