From f491f5bf49fd556a7696cf9b62431eaa1254cf43 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Wed, 24 Feb 2021 22:29:49 +0100 Subject: [PATCH] Fix broken test --- tests/test_gui/test_gui_about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_gui/test_gui_about.py b/tests/test_gui/test_gui_about.py index 4ff5fc83..c2c9c6a7 100644 --- a/tests/test_gui/test_gui_about.py +++ b/tests/test_gui/test_gui_about.py @@ -55,7 +55,7 @@ def testGuiAbout_Dialog(qtbot, monkeypatch, nwGUI): assert msgAbout.pageNotes.toPlainText() == "Error loading release notes text ..." msgAbout._fillLicensePage() - assert msgAbout.pageLicense.toPlainText() == "Error loading license text ..." + assert msgAbout.pageLicense.toPlainText() == "Error loading licence text ..." msgAbout.showReleaseNotes() assert msgAbout.tabBox.currentWidget() == msgAbout.pageNotes