Fix build

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2025-03-26 01:08:05 +00:00
parent 5bdc0b3871
commit e22930fabf
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
4 changed files with 4 additions and 231 deletions

View file

@ -41,6 +41,7 @@
#include <FileSystem.h>
#include <minecraft/mod/tasks/LocalDataPackParseTask.h>
#include <minecraft/mod/tasks/LocalResourcePackParseTask.h>
class MetaComponentParseTest : public QObject {
@ -69,7 +70,7 @@ class MetaComponentParseTest : public QObject {
QString expected = expected_json.toString();
QString processed = ResourcePackUtils::processComponent(description_json);
QString processed = DataPackUtils::processComponent(description_json);
QCOMPARE(processed, expected);
}