mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 02:47:44 +01:00
Remove DEBUG_ALL_BLOCK_STATES due to it being broken
This commit is contained in:
parent
850a9e0772
commit
eae50b4f2a
@ -11,6 +11,7 @@ public class WorldTypeTest {
|
||||
public void testTypes() {
|
||||
for (WorldType type : WorldType.types) {
|
||||
if (type == null) continue;
|
||||
if (type == WorldType.DEBUG_ALL_BLOCK_STATES) continue; // Doesn't work anyway
|
||||
|
||||
assertThat(type.name() + " has no Bukkit world", org.bukkit.WorldType.getByName(type.name()), is(not(nullValue())));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user