forked from openlp/openlp
fixed comment
This commit is contained in:
parent
7c36d78ed8
commit
30ad9e5dca
@ -317,7 +317,7 @@ class TestLib(TestCase):
|
|||||||
# WHEN: Clean the string.
|
# WHEN: Clean the string.
|
||||||
result_string = clean_tags(string_to_pass)
|
result_string = clean_tags(string_to_pass)
|
||||||
|
|
||||||
# THEN:
|
# THEN: The strings should be identical.
|
||||||
assert result_string == wanted_string, u'The strings should be identical.'
|
assert result_string == wanted_string, u'The strings should be identical.'
|
||||||
|
|
||||||
def validate_thumb_file_does_not_exist_test(self):
|
def validate_thumb_file_does_not_exist_test(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user