From 16571c8e17c58bc50aab2c33abd8ca297750dfc8 Mon Sep 17 00:00:00 2001 From: tholzheim Date: Wed, 12 Jul 2023 08:04:08 +0200 Subject: [PATCH] fixed test case test_from_volume (#27) --- tests/test_bibtex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_bibtex.py b/tests/test_bibtex.py index 3c875be..5de560b 100644 --- a/tests/test_bibtex.py +++ b/tests/test_bibtex.py @@ -40,7 +40,7 @@ def test_from_volume(self): year = {2022} }""" for exp_line in expected_biblatex_paper.split("\n"): - self.assertIn(exp_line, pe[:len(expected_biblatex_paper)]) + self.assertIn(exp_line, pe) def test_from_paper(self): """