diff options
Diffstat (limited to 'tests/test_csl.py')
-rw-r--r-- | tests/test_csl.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_csl.py b/tests/test_csl.py index c017488..27c8c3e 100644 --- a/tests/test_csl.py +++ b/tests/test_csl.py @@ -20,7 +20,7 @@ def test_small_xml_csl() -> None: "family": "Doe", }, ], - "container-title": "Dummy Example File. Journal of Fake News. pp. 1-2. ISSN 1234-5678", + "book-title": "Dummy Example File. Journal of Fake News. pp. 1-2. ISSN 1234-5678", "issued": [[2000]], } @@ -38,4 +38,5 @@ def test_small_xml_csl() -> None: "issued": [[2001]], "volume": 20, "page": "1-11", + "page-first": "1", } |