forked from openlp/openlp
Fix appvoyer tests - we hope
Migrate UI to pytest and fix up all tests.
This commit is contained in:
parent
744de67daf
commit
f9181665b8
@ -28,7 +28,7 @@ from openlp.core.ui.icons import UiIcons
|
||||
|
||||
|
||||
@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
|
||||
icons = UiIcons()
|
||||
icon_list = {
|
||||
|
Loading…
Reference in New Issue
Block a user