From 30ad9e5dca96a966069cbb8a2bed156742ddebd1 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Mon, 4 Mar 2013 21:40:30 +0100 Subject: [PATCH] fixed comment --- tests/functional/openlp_core_lib/test_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):