Skip to content

Commit

Permalink
change test
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Jun 20, 2024
1 parent efeebce commit 0048bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meteor/tests/test_strain.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ def test_execute(strain_builder, tmp_path: Path) -> None:
strain_builder.execute()
BS = tmp_path / "strain" / "test" / "BS.fasta.xz"
PA = tmp_path / "strain" / "test" / "PA.fasta.xz"
assert BS.exists()
assert PA.exists()
# assert BS.exists()
# assert PA.exists()
with BS.open("rb") as out:
assert md5(out.read()).hexdigest() == "958199bf4afa9adb56c9e0100a0cc23c"
with PA.open("rb") as out:
Expand Down

0 comments on commit 0048bbb

Please sign in to comment.