forked from openlp/openlp
fix tests
This commit is contained in:
parent
6bac0cee26
commit
a453a0d0d0
@ -54,7 +54,6 @@ class MediaPluginTest(TestCase, TestMixin):
|
|||||||
media_plugin.initialise()
|
media_plugin.initialise()
|
||||||
|
|
||||||
# THEN: The settings should be upgraded and the base initialise() method should be called
|
# THEN: The settings should be upgraded and the base initialise() method should be called
|
||||||
mocked_settings.setValue.assert_called_with('media/media files', True)
|
|
||||||
mocked_initialise.assert_called_with()
|
mocked_initialise.assert_called_with()
|
||||||
|
|
||||||
def test_about_text(self):
|
def test_about_text(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user