diff --git a/tests/test_part_a_wave1.py b/tests/test_part_a_wave1.py index 0d05548..d8fc79e 100644 --- a/tests/test_part_a_wave1.py +++ b/tests/test_part_a_wave1.py @@ -131,6 +131,8 @@ class TestRunGateErrorPropagation: result = run_gate(suite, generate_fn=lambda _p: "B") row = result.task_results[0] + # 0.4 == 2/5: exactly two MINI_MMLU answers are "B". Editing that + # fixture in forgetting.py moves this number. assert row.score == 0.4 assert row.error is None assert row.passed is True