forked from openlp/openlp
pep8 fix
This commit is contained in:
parent
36e4b0c8eb
commit
255b7d8495
@ -155,7 +155,7 @@ class TestRenderer(TestCase):
|
|||||||
expected_words = ['<br>[---] ']
|
expected_words = ['<br>[---] ']
|
||||||
service_item = ServiceItem(None)
|
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)
|
result_words = renderer.format_slide(given_line, service_item)
|
||||||
|
|
||||||
# THEN: The blanks have been removed.
|
# THEN: The blanks have been removed.
|
||||||
|
Loading…
Reference in New Issue
Block a user