Skip to content

Commit

Permalink
fixed test case test_from_volume (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
tholzheim committed Jul 12, 2023
1 parent e1e950c commit 16571c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bibtex.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 16571c8

Please sign in to comment.