From 17e78236c493261742560fbcf91181b73127a92a Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Tue, 11 Dec 2018 21:06:48 +0000 Subject: [PATCH] Fix tests --- tests/functional/openlp_core/ui/test_mainwindow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/openlp_core/ui/test_mainwindow.py b/tests/functional/openlp_core/ui/test_mainwindow.py index 6d90cddd9..1951f6a04 100644 --- a/tests/functional/openlp_core/ui/test_mainwindow.py +++ b/tests/functional/openlp_core/ui/test_mainwindow.py @@ -29,6 +29,7 @@ from unittest.mock import MagicMock, patch from PyQt5 import QtCore, QtWidgets +from openlp.core.state import State from openlp.core.common.i18n import UiStrings from openlp.core.common.registry import Registry from openlp.core.display.screens import ScreenList