diff --git a/tests/test_unit/test_finding_correct_start_end_times_with_threshold.py b/tests/test_unit/test_finding_correct_start_end_times_with_threshold.py index 292b5d7..edd134b 100644 --- a/tests/test_unit/test_finding_correct_start_end_times_with_threshold.py +++ b/tests/test_unit/test_finding_correct_start_end_times_with_threshold.py @@ -10,7 +10,7 @@ def test_finding_correct_start_end_times_with_threshold( number_of_rotations: int, rotation_len: int, ): - start, end = derotation_pipeline.get_start_end_times( + start, end = derotation_pipeline.get_start_end_times_with_threshold( full_rotation, std_coef )