diff --git a/tests/test_compute_matches.py b/tests/test_compute_matches.py
index 430078d249f94cf8902d3eb32a2d4dbe19967c98..d2f0a0b9478af6273f29342aff6ef6ec5db6b515 100644
--- a/tests/test_compute_matches.py
+++ b/tests/test_compute_matches.py
@@ -257,6 +257,7 @@ expected_matches_bk_boundary_2 = {"All": 1, "PER": 1}
                 fake_annot_backtrack_boundary,
                 fake_annot_tags_bk_boundary,
                 fake_predict_tags_bk_boundary,
+                THRESHOLD,
             ),
             expected_matches_bk_boundary,
         ),
@@ -266,6 +267,7 @@ expected_matches_bk_boundary_2 = {"All": 1, "PER": 1}
                 fake_annot_backtrack_boundary_2,
                 fake_annot_tags_bk_boundary_2,
                 fake_predict_tags_bk_boundary_2,
+                THRESHOLD,
             ),
             expected_matches_bk_boundary_2,
         ),