mirror of https://github.com/openclaw/openclaw.git
test: remove low-signal mirrored-text trim unit case
This commit is contained in:
parent
2983ef0243
commit
929a96c2f8
|
|
@ -397,11 +397,6 @@ describe("resolveMirroredTranscriptText", () => {
|
|||
});
|
||||
expect(result).toBe("report.pdf");
|
||||
});
|
||||
|
||||
it("returns trimmed text when no media", () => {
|
||||
const result = resolveMirroredTranscriptText({ text: " hello " });
|
||||
expect(result).toBe("hello");
|
||||
});
|
||||
});
|
||||
|
||||
describe("appendAssistantMessageToSessionTranscript", () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue