forked from openlp/openlp
Fix up comments
This commit is contained in:
parent
5eba575618
commit
0da7475748
@ -44,8 +44,8 @@ class TestSlideController(TestCase):
|
||||
"""
|
||||
# GIVEN: A new slideController instance.
|
||||
slide_controller = SlideController(None)
|
||||
# WHEN: No SlideItem has been added yet.
|
||||
# THEN: The count of items should be zero.
|
||||
# WHEN: the default controller is built.
|
||||
# THEN: The the controller should not be a live controller.
|
||||
self.assertEqual(slide_controller.is_live, False, 'The base slide controller should not be a live controller')
|
||||
|
||||
def toggle_blank_test(self):
|
||||
|
Loading…
Reference in New Issue
Block a user