Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 8964609

Browse files
committed
fix: remove invalid properties from ToolCallbacks in test
1 parent 714e862 commit 8964609

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/core/tools/__tests__/useMcpToolTool.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,6 @@ describe("useMcpToolTool", () => {
620620
askApproval: mockAskApproval,
621621
handleError: mockHandleError,
622622
pushToolResult: mockPushToolResult,
623-
removeClosingTag: mockRemoveClosingTag,
624-
toolProtocol: "xml",
625623
})
626624

627625
// Tool should be found and executed

0 commit comments

Comments
 (0)