Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeilstenedmands committed Oct 16, 2024
1 parent 828b254 commit 7b18b18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/regression/test_multiplex.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,6 @@ def test_prot_k_multiwave_double(run_in_tmp_path, protk_experiments_and_reflecti

for f in expected_multi_data_files + ["scaled.mtz"]:
assert (run_in_tmp_path / f).is_file(), f"expected file {f} missing"
cluster = run_in_tmp_path / "cluster_5"
assert cluster.is_dir()
for f in expected_multi_data_files[:-2]:
assert (
run_in_tmp_path / "cos_cluster_5" / f
Expand Down

0 comments on commit 7b18b18

Please sign in to comment.