From 3f4d1a35709b60c8675f719460a20195f56f6ea1 Mon Sep 17 00:00:00 2001 From: wassname2 Date: Wed, 16 Sep 2026 16:19:35 +0800 Subject: [PATCH] Drop redundant expanded-notice assertion --- test/notice-display.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/notice-display.test.ts b/test/notice-display.test.ts index a95afa8..ecc65a3 100644 --- a/test/notice-display.test.ts +++ b/test/notice-display.test.ts @@ -28,7 +28,6 @@ it("collapses mirrored prompts only in the UI, expands the exact text, and resto } const expanded = render(entry, { expanded: true }, theme); expect(expanded.render(80)).toEqual(new Markdown(content, 0, 0, getMarkdownTheme()).render(80)); - expect(expanded.render(80).join("\n")).toContain("Final evidence line"); const review = "[pi-goals]\n## Worker revision reviews\n\n- revision run-1: output ready (reportId worker:run-1)"; display.mirror(review);