Minor fix to test that sometimes fails in a place it shouldn't

This commit is contained in:
Veronica K. B. Olsen
2020-09-06 14:44:05 +02:00
parent 70d96f3fdb
commit 2c2fe125ea
+1 -1
View File
@@ -398,7 +398,7 @@ def testProjectEditor(qtbot, nwFuncTemp, nwTempGUI, nwRef, nwTemp):
testFile = path.join(nwTempGUI, "2_nwProject.nwx")
refFile = path.join(nwRef, "gui", "2_nwProject.nwx")
copyfile(projFile, testFile)
assert cmpFiles(testFile, refFile, [2, 6, 7, 8])
assert cmpFiles(testFile, refFile, [2, 8, 9, 10])
# qtbot.stopForInteraction()
nwGUI.closeMain()