mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 08:41:42 +00:00
NOISSUE Fix outdated test
This commit is contained in:
@@ -33,7 +33,7 @@ slots:
|
||||
QString folder = source;
|
||||
QTemporaryDir tempDir;
|
||||
SimpleModList m(tempDir.path());
|
||||
m.installMod(folder);
|
||||
m.installMod(folder, false);
|
||||
verify(tempDir.path());
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ slots:
|
||||
QString folder = source + '/';
|
||||
QTemporaryDir tempDir;
|
||||
SimpleModList m(tempDir.path());
|
||||
m.installMod(folder);
|
||||
m.installMod(folder, false);
|
||||
verify(tempDir.path());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user