Skip to content

Commit

Permalink
Updated md5 hash for bib2md results.
Browse files Browse the repository at this point in the history
Change in pandoc, new version 3.0.1 leads to slightly different
results.
  • Loading branch information
zivy committed Feb 2, 2023
1 parent 4e7fea0 commit 097d088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_fluorescent_probe_csv_to_md(
class TestBib2MD(BaseTest):
@pytest.mark.parametrize(
"bib_file_name, csl_file_name, result_md5hash",
[("publications.bib", "ibex.csl", "61f01467fe88de1f686afcbbd4abaed7")],
[("publications.bib", "ibex.csl", "b95a58740183fb04079027610e3d06c1")],
)
def test_bib_2_md(self, bib_file_name, csl_file_name, result_md5hash, tmp_path):
# Write the output using the tmp_path fixture
Expand Down

0 comments on commit 097d088

Please sign in to comment.