From 7e82461abaaf68d8fc89349c248f75a711400eeb Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Wed, 17 Aug 2022 23:05:26 +0200 Subject: [PATCH] Fix comment in test --- tests/test_gui/test_gui_doceditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_gui/test_gui_doceditor.py b/tests/test_gui/test_gui_doceditor.py index 81fb2249..f0d40808 100644 --- a/tests/test_gui/test_gui_doceditor.py +++ b/tests/test_gui/test_gui_doceditor.py @@ -1514,4 +1514,4 @@ def testGuiEditor_StaticMethods(): assert GuiDocEditor._allowSpaceBeforeColon("%synopsis :", ":") is True assert GuiDocEditor._allowSpaceBeforeColon("%Synopsis :", ":") is True -# END Test testGuiEditor_MinorMethods +# END Test testGuiEditor_StaticMethods