Skip to content

Commit 7540bae

Browse files
committed
update
1 parent f759cd3 commit 7540bae

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
@@ -260,6 +260,6 @@ function validateToolAnnotations(tool: ToolInfo, name: string, description: stri
260260
case "create":
261261
case "update":
262262
expect(tool.annotations.readOnlyHint).toBe(false);
263-
expect(tool.annotations.destructiveHint).toBe(false);
263+
expect(tool.annotations.destructiveHint).toBe(false);
264264
}
265265
}

0 commit comments

Comments
 (0)