From 2c2fe125eaa00066d4655cd8e9dcf283fe027da4 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sun, 6 Sep 2020 14:44:05 +0200 Subject: [PATCH] Minor fix to test that sometimes fails in a place it shouldn't --- tests/test_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_gui.py b/tests/test_gui.py index db5fcde1..bdb684ff 100644 --- a/tests/test_gui.py +++ b/tests/test_gui.py @@ -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()