Skip to content

Commit

Permalink
Working tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed May 16, 2023
1 parent 751e317 commit a21b558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tests/e2e/test_full_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_full_run(run_sunbeam):
lines = f.readlines()
print(lines)
assert (
any(["2\t200.0\tk__Bacteria; p__; c__; o__; f__; g__; s__" in x.strip() for x in lines])
any(["2\t0.0\t200.0\tk__Bacteria; p__; c__; o__; f__; g__; s__" in x.strip() for x in lines])
)

with open(os.path.join(output_fp, "logs/kraken2_classify_report_EMPTY.log")) as f:
Expand Down

0 comments on commit a21b558

Please sign in to comment.