Skip to content

Commit 4ae5283

Browse files
committed
Fix type error in test_denovo.py
1 parent 740c11a commit 4ae5283

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

micall/tests/test_denovo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def normalize_fasta(content: str) -> str:
2121

2222
@mark.iva() # skip with -k-iva
2323
def test_denovo_iva(tmpdir, hcv_db):
24+
tmpdir = Path(tmpdir)
2425
microtest_path = Path(__file__).parent / 'microtest'
2526
contigs_fasta: Path = tmpdir / 'result.fasta'
2627
expected_contigs_fasta = """\

0 commit comments

Comments
 (0)