Skip to content

Commit 9c1fae3

Browse files
authored
Update src/shared/toolNameValidation.test.ts
1 parent dde7e7a commit 9c1fae3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/shared/toolNameValidation.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,4 @@ describe('edge cases and robustness', () => {
233233
expect(result.isValid).toBe(false);
234234
expect(result.warnings).toContain('Tool name contains invalid characters: "@"');
235235
});
236-
237-
238236
});

0 commit comments

Comments
 (0)