Fixed up test

This commit is contained in:
Philip Ridout 2017-05-06 11:34:56 +01:00
parent 6492ee9624
commit 2747f370a4
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""