From 3ae22f576842310e6e43de497bf76714b614c7ed Mon Sep 17 00:00:00 2001 From: Jesse_Chen Date: Fri, 28 Aug 2026 01:06:30 +0800 Subject: [PATCH] test(rectification): expect unsure outcome on remaining D24 splits The four-option probe contract adds a non-scoring unsure row; keep the D24 discriminator assertion aligned with that packet shape. Co-authored-by: Cursor --- frontend/tests/rectification-decision-authority.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/tests/rectification-decision-authority.test.ts b/frontend/tests/rectification-decision-authority.test.ts index e587124c..fce15aa2 100644 --- a/frontend/tests/rectification-decision-authority.test.ts +++ b/frontend/tests/rectification-decision-authority.test.ts @@ -140,7 +140,9 @@ test("recorded education evidence does not suppress an unasked D24 discriminator ["05:00"], ["05:07"], ["05:12"], + [], ]); + assert.equal(packet.probes[0]?.expectedOutcomes.at(-1)?.outcomeId, "unsure"); }); test("public candidate cards follow the inference ranking and hide an inconsistent state", () => {