diff options
Diffstat (limited to 'tests/test_csl.py')
-rw-r--r-- | tests/test_csl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_csl.py b/tests/test_csl.py index 9c8bd5f..c017488 100644 --- a/tests/test_csl.py +++ b/tests/test_csl.py @@ -24,6 +24,7 @@ def test_small_xml_csl() -> None: "issued": [[2000]], } + assert d.citations assert d.citations[0].to_csl_dict() == { "type": "article-journal", "title": "Everything is Wonderful", |