From 17b62ee6c9c95f36335f16be43f846f4f2583d8b Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 23 Dec 2017 07:55:26 +0000 Subject: [PATCH] functional more bits --- tests/functional/openlp_plugins/songs/test_songbeamerimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_plugins/songs/test_songbeamerimport.py b/tests/functional/openlp_plugins/songs/test_songbeamerimport.py index a97585c6a..11e18b3d7 100644 --- a/tests/functional/openlp_plugins/songs/test_songbeamerimport.py +++ b/tests/functional/openlp_plugins/songs/test_songbeamerimport.py @@ -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 should be found, value true' + assert result is True, 'Versemark for should be found, value true' assert self.importer.current_verse_type == 'c', ' should be interpreted as ' # GIVEN: line with unnumbered verse-type and trailing space