Skip to content

Commit b6c9790

Browse files
committed
revert test change
1 parent 94af53d commit b6c9790

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/unit/toolBase.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,10 @@ class TestTool extends ToolBase {
198198
});
199199
}
200200

201-
protected resolveTelemetryMetadata(args: ToolArgs<typeof this.argsShape>): TelemetryToolMetadata {
201+
protected resolveTelemetryMetadata(
202+
result: CallToolResult,
203+
args: ToolArgs<typeof this.argsShape>
204+
): TelemetryToolMetadata {
202205
if (args.param2 === 3) {
203206
return {
204207
test_param2: "three",

0 commit comments

Comments
 (0)