Skip to content

Commit

Permalink
Test new assert value
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Sep 3, 2024
1 parent d4036bf commit 9b90eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/tests/test_strain.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ def test_execute(strain_builder, tmp_path: Path) -> None:
BS = tmp_path / "strain" / "test" / "BS.fasta.xz"
assert BS.exists()
with BS.open("rb") as out:
assert md5(out.read()).hexdigest() == "1da5a4bf1efd32b58e12e42ae971fe3f"
assert md5(out.read()).hexdigest() == "41d0686c1dd663d5511666e4b169d33c"

0 comments on commit 9b90eaa

Please sign in to comment.