Skip to content

Commit b8833e0

Browse files
committed
update
1 parent 4bb9ddc commit b8833e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export function validateToolMetadata(
207207
expect(tool.description).toBe(description);
208208

209209
expectDefined(tool.annotations);
210-
// expect(tool.annotations.title).toBe(name);
210+
expect(tool.annotations.title).toBe(name);
211211
expect(tool.annotations.description).toBe(description);
212212
const toolParameters = getParameters(tool);
213213
expect(toolParameters).toHaveLength(parameters.length);

0 commit comments

Comments
 (0)