Skip to content

Commit

Permalink
fix bug in format citations tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Apr 3, 2022
1 parent a00cbf8 commit ed46045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_files/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_format_citations(plugin):
(
"[@test; @test2]",
"test2",
"1",
"2",
"First Author and Second Author. Test Title (TT). *Testing Journal (TJ)*, 2019.",
),
] == plugin.format_citations(["[@test; @test2]"])
Expand Down

0 comments on commit ed46045

Please sign in to comment.