forked from openlp/openlp
Another test fix for windows.
This commit is contained in:
parent
7017f82b36
commit
8595a2171f
@ -271,6 +271,7 @@ class TestMainDisplay(TestCase, TestMixin):
|
||||
service_item.theme_data = MagicMock()
|
||||
service_item.theme_data.background_type = 'video'
|
||||
service_item.theme_data.theme_name = 'name'
|
||||
service_item._raw_frames = []
|
||||
mocked_plugin = MagicMock()
|
||||
display.plugin_manager = PluginManager()
|
||||
display.plugin_manager.plugins = [mocked_plugin]
|
||||
|
Loading…
Reference in New Issue
Block a user