functional more bits

This commit is contained in:
Tim Bentley 2017-12-23 07:55:26 +00:00
parent aee4f76093
commit 17b62ee6c9
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class TestSongBeamerImport(TestCase):
# WHEN: line is being checked for verse marks
result = self.importer.check_verse_marks(line)
# THEN: we should get back true and c as self.importer.current_verse_type
.assert result is True, 'Versemark for <Refrain> should be found, value true'
assert result is True, 'Versemark for <Refrain> should be found, value true'
assert self.importer.current_verse_type == 'c', '<Refrain> should be interpreted as <c>'
# GIVEN: line with unnumbered verse-type and trailing space