forked from openlp/openlp
fix call to changed function
This commit is contained in:
parent
8fcba0aa65
commit
232f048616
@ -89,7 +89,7 @@ class TestProjectorManager(TestCase, TestMixin):
|
|||||||
Test post-initialize calls proper setups
|
Test post-initialize calls proper setups
|
||||||
"""
|
"""
|
||||||
# GIVEN: setup mocks
|
# GIVEN: setup mocks
|
||||||
self.projector_manager.load_projectors = MagicMock()
|
self.projector_manager._load_projectors = MagicMock()
|
||||||
|
|
||||||
# WHEN: Call to initialize is run
|
# WHEN: Call to initialize is run
|
||||||
self.projector_manager.bootstrap_initialise()
|
self.projector_manager.bootstrap_initialise()
|
||||||
|
Loading…
Reference in New Issue
Block a user