Skip to content

Commit

Permalink
test passing
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenwacker committed Jan 15, 2024
1 parent 7ea3798 commit 7351792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/proteomics/test__lrg_run_maxquant.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test__missing_faa_raises_exception(tmpdir):
(out_dir / "maxquant.err").is_file(),
(out_dir / "maxquant.out").is_file(),
(out_dir / "time.txt").is_file(),
(run_dir / "combined").is_dir(),
(out_dir / "summary.txt").is_file(),
]

assert all(files_generated), files_generated

0 comments on commit 7351792

Please sign in to comment.