Drop redundant expanded-notice assertion

This commit is contained in:
wassname2
2026-09-16 16:19:35 +08:00
parent cb703512b9
commit 3f4d1a3570
-1
View File
@@ -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);