fix(test): fix packwiz test
This commit is contained in:
parent
c4f2e3a955
commit
e843b8e188
@ -61,7 +61,7 @@ class PackwizTest : public QObject {
|
|||||||
QVERIFY(index_dir.entryList().contains(name_mod));
|
QVERIFY(index_dir.entryList().contains(name_mod));
|
||||||
|
|
||||||
// Try without the .pw.toml at the end
|
// 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);
|
auto metadata = Packwiz::V1::getIndexForMod(index_dir, name_mod);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user