fix call to changed function

This commit is contained in:
Ken Roberts 2014-10-21 08:15:20 -07:00
parent ed4605be61
commit 8fcba0aa65
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class TestProjectorManager(TestCase, TestMixin):
self.projector_manager.bootstrap_post_set_up()
# THEN: verify calls to retrieve saved projectors
self.assertEqual(1, self.projector_manager.load_projectors.call_count,
self.assertEqual(1, self.projector_manager._load_projectors.call_count,
'Initialization should have called load_projectors()')
# THEN: Verify edit page is initialized