Skip to content

Commit

Permalink
Changed test for called variants
Browse files Browse the repository at this point in the history
  • Loading branch information
pontushojer authored Nov 28, 2019
1 parent 4d5154f commit ad9b0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ def test_call_variants(tmpdir):
)
target = "variants.called.vcf"
run(workdir=workdir, targets=[target])
assert Path(workdir / target).exists()
assert Path(workdir / target).is_file()

0 comments on commit ad9b0c6

Please sign in to comment.