Fix up comments

This commit is contained in:
Tim Bentley 2014-01-04 12:06:48 +00:00
parent 5eba575618
commit 0da7475748

View File

@ -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):