Fix wrong test.

main
Olivier Mangin 7 years ago
parent 6ca4020627
commit c87b89bf10

@ -19,7 +19,7 @@ class TestAuthorFilter(unittest.TestCase):
def test_fails_if_no_author(self):
no_doe = doe_paper.deepcopy()
no_doe.bibentry['author'] = []
no_doe.bibentry['Doe2013']['author'] = []
self.assertFalse(AuthorFilter('whatever')(no_doe))
def test_match_case(self):

Loading…
Cancel
Save