Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Feb 16, 2024
1 parent e98b4a7 commit a22930f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .tests/e2e/test_full_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def test_full_run(run_sunbeam):

with open(all_samples_fp) as f:
header_line = f.readline()
print(f"Header line: {header_line}")
assert "TEST-taxa" in header_line
assert "EMPTY-taxa" in header_line
test_index = header_line.split("\t").index("TEST-taxa")
Expand Down

0 comments on commit a22930f

Please sign in to comment.