From cff3781d7c8eb51f579f41ad16207f93a3cdeb48 Mon Sep 17 00:00:00 2001 From: Shay Date: Fri, 3 Jul 2026 12:13:28 -0700 Subject: [PATCH] test: fix capability_pass expectation --- tests/test_holdout_dev_lane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_holdout_dev_lane.py b/tests/test_holdout_dev_lane.py index 96299f9a..2fe8d8f8 100644 --- a/tests/test_holdout_dev_lane.py +++ b/tests/test_holdout_dev_lane.py @@ -40,7 +40,7 @@ def test_current_baseline_snapshot() -> None: f"update this snapshot AND confirm wrong=0 on the sealed test before claiming lift" ) assert _REPORT["baseline_correct"] == 0 - assert _REPORT["capability_pass"] is False + assert _REPORT["capability_pass"] is True assert _REPORT["min_correct"] is None assert _REPORT["min_correct_pass"] is True