Removed dodgy test using invalid block metadata

This commit is contained in:
Dylan K. Taylor 2021-11-27 22:51:14 +00:00
parent e2815eed60
commit 52f0c4f3ed
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -107,7 +107,6 @@ class BlockTest extends TestCase{
public function blockGetProvider() : array{
return [
[BlockLegacyIds::STONE, 5],
[BlockLegacyIds::STONE, 15],
[BlockLegacyIds::GOLD_BLOCK, 0],
[BlockLegacyIds::WOODEN_PLANKS, 5],
[BlockLegacyIds::SAND, 0],