fixed comment

This commit is contained in:
Andreas Preikschat 2013-03-04 21:40:30 +01:00
parent 7c36d78ed8
commit 30ad9e5dca
1 changed files with 1 additions and 1 deletions

View File

@ -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):