mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
perf(test): cut workflow guard overhead (#122038)
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
committed by
GitHub
parent
fd8b1fb1b9
commit
8dace97c2e
@@ -47,6 +47,7 @@ describe("QA profile evidence plan", () => {
|
||||
expect(plan.missingCells).toEqual([
|
||||
{ scenarioId: portable.id, executionKind: "flow", channel: "matrix" },
|
||||
]);
|
||||
expect(qaProfileEvidencePlan.attest(plan).plan).toEqual(plan);
|
||||
expect(() => qaProfileEvidencePlan.attest(plan, true)).toThrow(
|
||||
"successful QA profile evidence is missing 1 expected execution cell",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user