forked from openlp/openlp
Fix typo
This commit is contained in:
parent
97ecc3442f
commit
6c86c9768d
@ -72,4 +72,4 @@ class TestBzrTags(TestCase):
|
|||||||
tags = [line.decode('utf-8').split() for line in stdout.splitlines()]
|
tags = [line.decode('utf-8').split() for line in stdout.splitlines()]
|
||||||
|
|
||||||
# THEN the tags should match the accepted tags
|
# THEN the tags should match the accepted tags
|
||||||
self.assertEqual(TAGS, tags, path)
|
self.assertEqual(TAGS, tags, 'List of tags should match')
|
||||||
|
Loading…
Reference in New Issue
Block a user