forked from openlp/openlp
Merge branch 'appv1' into 'master'
Appv - fix the next issue. See merge request openlp/openlp!142
This commit is contained in:
commit
fbcf47c86a
@ -28,7 +28,7 @@ from openlp.core.ui.icons import UiIcons
|
|||||||
|
|
||||||
|
|
||||||
@patch('openlp.core.ui.icons.UiIcons.__init__', return_value=None)
|
@patch('openlp.core.ui.icons.UiIcons.__init__', return_value=None)
|
||||||
def test_simple_icon(_):
|
def test_simple_icon(settings):
|
||||||
# GIVEN: an basic set of icons
|
# GIVEN: an basic set of icons
|
||||||
icons = UiIcons()
|
icons = UiIcons()
|
||||||
icon_list = {
|
icon_list = {
|
||||||
|
Loading…
Reference in New Issue
Block a user