Change ordering on YamlSanitizationTest

DataConverter changes the output of these, but order of the components is generally undefined so just change this for now.
This commit is contained in:
Owen1212055
2025-06-07 15:01:59 -04:00
parent adb5aefcbf
commit 4604c5f294

View File

@@ -94,8 +94,8 @@ public class YamlSerializationTest {
count: 1
components:
minecraft:unbreakable: '{}'
minecraft:enchantments: '{"minecraft:sharpness":2}'
minecraft:tooltip_display: '{hidden_components:["minecraft:enchantments","minecraft:unbreakable"]}'
minecraft:enchantments: '{"minecraft:sharpness":2}'
schema_version: 1
""".formatted(Bukkit.getUnsafe().getDataVersion()));
}