fix: tests

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2022-09-04 15:05:11 +02:00
parent 07dcefabcb
commit aad6f74db6
7 changed files with 6 additions and 7 deletions

View File

@ -146,7 +146,6 @@ slots:
for (auto mod : model.allMods())
qDebug() << mod->name();
// FIXME: It considers every file in the directory as a mod, but we should probably filter that out somehow.
QCOMPARE(model.size(), 4);
model.stopWatching();