diff --git a/biblio/tests/test_api.py b/biblio/tests/test_api.py index b6819dc..b00ac8a 100644 --- a/biblio/tests/test_api.py +++ b/biblio/tests/test_api.py @@ -124,11 +124,3 @@ def test_hyphens_in_fieldnames_get_replace(self): assert item.oi_nk assert item.lalala[0].i_d - - def test_code_in_documentation(self): - publication = single_publication(7175390) - - if publication.cite.chicago_author_date: - print(publication.cite.chicago_author_date) - else: - print('No chicago author date is provided')