Fix build
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
5bdc0b3871
commit
e22930fabf
4 changed files with 4 additions and 231 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue