forked from openlp/openlp
Fixed up test
This commit is contained in:
parent
6492ee9624
commit
2747f370a4
@ -108,7 +108,7 @@ class TestBibleManager(TestCase, TestMixin):
|
||||
# WHEN asking to parse the bible reference
|
||||
results = parse_reference('Raoul 1', self.manager.db_cache['tests'], MagicMock())
|
||||
# THEN a verse array should be returned
|
||||
self.assertEqual(False, results, "The bible Search should return False")
|
||||
self.assertEqual([], results, "The bible Search should return an empty list")
|
||||
|
||||
def test_parse_reference_five(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user