Don't show index rebuild dialog when just upgrading index

This commit is contained in:
Veronica Berglyd Olsen
2025-10-05 17:18:42 +02:00
parent 0344701f1b
commit 850976335c
3 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ def testCoreIndex_LoadSave(qtbot, monkeypatch, prjLipsum, nwGUI, tstPaths):
# Check File
copyfile(projFile, testFile)
assert cmpFiles(testFile, compFile)
assert cmpFiles(testFile, compFile, ignoreLines=[3, 4])
# Write an empty index file and load it
projFile.write_text("{}", encoding="utf-8")