Skip to content

Commit f9ea851

Browse files
committed
Update tool-handlers.test.ts
1 parent 06fa99f commit f9ea851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-app/src/__tests__/tool-handlers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export interface TestInterface {
9797

9898
const result = await handleCodeSearch(parameters, 'test-id')
9999

100-
expect(result[0].value).toContainKey('message')
100+
expect(result[0].value).toHaveProperty('message')
101101
})
102102

103103
test('finds specific content in test file', async () => {

0 commit comments

Comments
 (0)