This commit is contained in:
Tomas Groth 2015-01-16 20:23:56 +00:00
parent 36e4b0c8eb
commit 255b7d8495
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class TestRenderer(TestCase):
expected_words = ['<br>[---] ']
service_item = ServiceItem(None)
# WHEN: Split the line based on word split rules
# WHEN: Split the line based on word split rules
result_words = renderer.format_slide(given_line, service_item)
# THEN: The blanks have been removed.