forked from openlp/openlp
fixed assertion message
This commit is contained in:
parent
877fd135d3
commit
2c8d163b09
@ -102,8 +102,8 @@ class TestRenderer(TestCase):
|
|||||||
result = renderer._get_start_tags(given_raw_text)
|
result = renderer._get_start_tags(given_raw_text)
|
||||||
|
|
||||||
# THEN: Check if the correct tuple is returned.
|
# THEN: Check if the correct tuple is returned.
|
||||||
self.assertEqual(result, expected_tuple), 'A tuple should be returned '
|
self.assertEqual(result, expected_tuple), 'A tuple should be returned containing the text with correct ' \
|
||||||
'(fixed-text, opening tags, html opening tags).'
|
'tags, the opening tags, and the opening html tags.'
|
||||||
|
|
||||||
def _word_split_test(self):
|
def _word_split_test(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user