diff --git a/tests/functional/openlp_core_lib/test_lib.py b/tests/functional/openlp_core_lib/test_lib.py index 1c9ff0dd7..c185f4e73 100644 --- a/tests/functional/openlp_core_lib/test_lib.py +++ b/tests/functional/openlp_core_lib/test_lib.py @@ -317,7 +317,7 @@ class TestLib(TestCase): # WHEN: Clean the string. 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.' def validate_thumb_file_does_not_exist_test(self):