LegacyStringToItemParser: remove bogus test

this test is obsolete since ea3d5ac5630f57b9cec46771001ab83bb0ddec25, since durable items no longer use meta to represent damage.
This commit is contained in:
Dylan K. Taylor 2022-06-29 15:26:56 +01:00
parent ea3d5ac563
commit 83c46a4b54
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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]
];
}