Skip to content

Commit 73b0db1

Browse files
test: sync h2 boundary transfer verdict
1 parent 8298697 commit 73b0db1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/web/src/app/(workspace)/workspace/settings/SettingsClient.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe("SettingsClient account verification", () => {
2727
boundary_key: "h2-output-cloud-geometry-candidate-no-runtime-job",
2828
description: "H2 output-cloud geometry candidate",
2929
status: "watch-only",
30-
signal_strength: "strong-controlled-seed-stable",
30+
signal_strength: "strong-controlled-seed-stable-cross-cache-transfer",
3131
admission_blocker: "research-side-response-cache-geometry-not-second-public-asset-or-product-contract",
3232
},
3333
{
@@ -51,7 +51,7 @@ describe("SettingsClient account verification", () => {
5151
expect(markup).toContain(">0<");
5252
expect(markup).toContain("Research candidates stay outside live jobs");
5353
expect(markup).toContain("H2 output-cloud geometry candidate");
54-
expect(markup).toContain("strong-controlled-seed-stable / research-side-response-cache-geometry-not-second-public-asset-or-product-contract");
54+
expect(markup).toContain("strong-controlled-seed-stable-cross-cache-transfer / research-side-response-cache-geometry-not-second-public-asset-or-product-contract");
5555
expect(markup).toContain("ReDiffuse STL-10 weak scout");
5656
expect(markup).toContain("weak-random-level / bounded-scout-and-score-norm-failed-membership-signal");
5757
});

apps/web/src/lib/research-boundaries.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe("getResearchBoundarySummary", () => {
1111
boundary_key: "h2-output-cloud-geometry-candidate-no-runtime-job",
1212
description: "H2 output-cloud geometry candidate",
1313
status: "watch-only",
14-
signal_strength: "strong-controlled-seed-stable",
14+
signal_strength: "strong-controlled-seed-stable-cross-cache-transfer",
1515
admission_blocker: "research-side-response-cache-geometry-not-second-public-asset-or-product-contract",
1616
},
1717
{
@@ -34,7 +34,7 @@ describe("getResearchBoundarySummary", () => {
3434
"ReDiffuse STL-10 weak scout",
3535
]);
3636
expect(summary.previewDetails).toEqual([
37-
"strong-controlled-seed-stable / research-side-response-cache-geometry-not-second-public-asset-or-product-contract",
37+
"strong-controlled-seed-stable-cross-cache-transfer / research-side-response-cache-geometry-not-second-public-asset-or-product-contract",
3838
"watch",
3939
]);
4040
});

0 commit comments

Comments
 (0)