Skip to content

Commit

Permalink
[test] correct expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Sep 8, 2023
1 parent b8b2450 commit 9005626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_b2w_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ def test_run_one_window(mArr, spec, window_length, window_start, extended_window
if window_start <= pos < window_start + original_window_length:
control_window_length += val

arr, _, _, _, _, _ = b2w._run_one_window(
arr, _, _, _, = b2w._run_one_window(
mock_samfile,
window_start,
window_start, # 0 based
"HXB2-does-not-matter",
window_length,
control_window_length,
Expand Down

0 comments on commit 9005626

Please sign in to comment.