mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 15:20:45 +00:00
test: tighten function-shape assertions
This commit is contained in:
@@ -166,7 +166,6 @@ describe("feishu_doc image fetch hardening", () => {
|
||||
if (!tool) {
|
||||
throw new Error("expected Feishu doc tool");
|
||||
}
|
||||
expect(tool.execute).toEqual(expect.any(Function));
|
||||
return tool;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user