mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 13:30:42 +00:00
test: tighten feishu comment turn assertion
This commit is contained in:
@@ -224,7 +224,6 @@ describe("resolveDriveCommentEventTurn", () => {
|
||||
createClient: () => client as never,
|
||||
});
|
||||
|
||||
expect(turn).not.toBeNull();
|
||||
expect(turn?.senderId).toBe("ou_509d4d7ace4a9addec2312676ffcba9b");
|
||||
expect(turn?.messageId).toBe("drive-comment:10d9d60b990db39f96a4c2fd357fb877");
|
||||
expect(turn?.fileType).toBe("docx");
|
||||
|
||||
Reference in New Issue
Block a user