fix(test): fix packwiz test

This commit is contained in:
flow 2022-06-04 08:56:03 -03:00 committed by Sefa Eyeoglu
parent c4f2e3a955
commit e843b8e188
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -61,7 +61,7 @@ class PackwizTest : public QObject {
QVERIFY(index_dir.entryList().contains(name_mod));
// Try without the .pw.toml at the end
name_mod.chop(5);
name_mod.chop(8);
auto metadata = Packwiz::V1::getIndexForMod(index_dir, name_mod);