remove blank line

This commit is contained in:
Tim Bentley 2014-11-25 21:36:52 +00:00
parent f4ff654a65
commit 21db63b032

View File

@ -122,7 +122,6 @@ class TestRenderer(TestCase):
service_item = ServiceItem(None)
# WHEN: Split the line based on word split rules
result_words = renderer.format_slide(given_line, service_item)
# THEN: The word lists should be the same.