forked from openlp/openlp
clean up tests
This commit is contained in:
parent
d0a9423982
commit
9fd590bb70
@ -33,7 +33,6 @@ import os
|
||||
from unittest import TestCase
|
||||
from tempfile import mkstemp
|
||||
|
||||
from openlp.core.common import AppLocation, get_frozen_path
|
||||
from openlp.core.common import Settings
|
||||
from openlp.core.ui import ThemeManagerHelper
|
||||
from tests.functional import patch, MagicMock
|
||||
@ -96,4 +95,5 @@ class TestThemeManagerHelper(TestCase):
|
||||
self.helper.build_theme_path()
|
||||
|
||||
# THEN:
|
||||
A=1
|
||||
self.assertEqual(self.helper.path, self.helper.theme_form.path,
|
||||
'The theme path and the main path should be the same value')
|
Loading…
Reference in New Issue
Block a user