Fix test coverage

This commit is contained in:
Veronica Berglyd Olsen
2025-10-05 17:39:48 +02:00
parent 850976335c
commit 050e3b09ad
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ class GuiMain(QMainWindow):
# Check if we need to rebuild the index
if SHARED.project.index.indexBroken:
if not SHARED.project.index.indexUpgrade:
SHARED.info(self.tr("The project index is broken. Rebuilding index."))
SHARED.warn(self.tr("The project index is broken. Rebuilding index."))
self.rebuildIndex()
# Make sure the changed status is set to false on things opened