diff --git a/tests/interfaces/openlp_core_ui/test_filerenamedialog.py b/tests/interfaces/openlp_core_ui/test_filerenamedialog.py index 3ddf48f28..2bd3fc889 100644 --- a/tests/interfaces/openlp_core_ui/test_filerenamedialog.py +++ b/tests/interfaces/openlp_core_ui/test_filerenamedialog.py @@ -10,6 +10,7 @@ from openlp.core.ui import filerenameform from tests.interfaces import MagicMock, patch from tests.helpers.testmixin import TestMixin + class TestStartFileRenameForm(TestCase, TestMixin): def setUp(self):