Skip to content

Commit

Permalink
Fix broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenne committed Dec 13, 2024
1 parent 6da0ea9 commit fca5781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/offtarget/test_bwa.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def test_map_single_hit(
max_hits=1,
max_mismatches=5,
max_gap_opens=1,
min_indel_to_end_distance=5,
reverse_complement=reverse_complement,
) as bwa:
query = Query(bases=bases, id=f"{hit}")
Expand Down

0 comments on commit fca5781

Please sign in to comment.