Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pontushojer committed Jun 8, 2023
1 parent 4b2f0c3 commit 3f3164c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def test_call_duplication(tmp_path):
assert nas_pass[0].chrm1 == nas_pass[0].chrm2 == "chr3"
assert abs(nas_pass[0].break1 - 101569210) < 500
assert abs(nas_pass[0].break2 - 101663759) < 500
assert False


def test_call_interchromosomal(tmp_path):
Expand Down

0 comments on commit 3f3164c

Please sign in to comment.