forked from openlp/openlp
changed comment
This commit is contained in:
parent
718a440b8f
commit
03941538e5
@ -76,7 +76,7 @@ class TestFormattingTags(TestCase):
|
||||
new_tag = new_tags_list.pop()
|
||||
assert TAG == new_tag, u'Tags should be identically.'
|
||||
|
||||
# WHEN: Remove the new tag with the FormattingTags.remove_html_tag() method.
|
||||
# WHEN: Remove the new tag.
|
||||
FormattingTags.remove_html_tag(len(new_tags_list))
|
||||
|
||||
# THEN: The lists should now be identically.
|
||||
|
Loading…
Reference in New Issue
Block a user