fix call to changed function

This commit is contained in:
Ken Roberts 2014-10-21 08:17:27 -07:00
parent 8fcba0aa65
commit 232f048616
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class TestProjectorManager(TestCase, TestMixin):
Test post-initialize calls proper setups
"""
# GIVEN: setup mocks
self.projector_manager.load_projectors = MagicMock()
self.projector_manager._load_projectors = MagicMock()
# WHEN: Call to initialize is run
self.projector_manager.bootstrap_initialise()