Skip to content

Commit 58ba58c

Browse files
committed
test(plugin-sdk): align compact progress draft expectation
1 parent b0ee535 commit 58ba58c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugin-sdk/channel-streaming.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ describe("channel-streaming", () => {
243243
entry: { streaming: { progress: { label: false } } },
244244
lines: line ? [line] : [],
245245
}),
246-
).toBe("🩹 1 modified; extensions/discord/src/monitor/message-handler.draft-preview.ts");
246+
).toBe("🩹 1 modified; extensions/discord/src/monitor/message-handler.draft-prev…");
247247
});
248248

249249
it("bounds progress draft line length to reduce edit reflow", () => {

0 commit comments

Comments
 (0)