diff --git a/tests/functional/openlp_plugins/bibles/test_lib_http.py b/tests/functional/openlp_plugins/bibles/test_lib_http.py index 3d2e849de..a97c1a188 100644 --- a/tests/functional/openlp_plugins/bibles/test_lib_http.py +++ b/tests/functional/openlp_plugins/bibles/test_lib_http.py @@ -43,7 +43,7 @@ class TestBibleHTTP(TestCase): results = handler.get_bible_chapter(u'NIV', u'John', 3) # THEN: We should get back a valid service item - assert len(results.verselist) == 36, u'The bible should not have had any books added or removed' + assert len(results.verselist) == 36, u'The book of John should not have had any verses added or removed' def crosswalk_extract_books_test(self): """ @@ -69,4 +69,5 @@ class TestBibleHTTP(TestCase): results = handler.get_bible_chapter(u'niv', u'john', 3) # THEN: We should get back a valid service item - assert len(results.verselist) == 36, u'The bible should not have had any books added or removed' \ No newline at end of file + assert len(results.verselist) == 36, u'The book of John should not have had any verses added or removed' +