Skip to content

Commit 256e22b

Browse files
committed
remove websocket from tool-call-schema.test.ts
1 parent 175edff commit 256e22b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backend/src/__tests__/tool-call-schema.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { describe, it, expect } from 'bun:test'
22

3-
import type { WebSocket } from 'ws'
4-
53
describe('Backend Tool Call Schema', () => {
64
it('should validate tool call request structure', () => {
75
const toolCallRequest = {
@@ -266,7 +264,6 @@ src/utils.ts:2:import { readFileSync } from 'fs'`,
266264
* Generates mock analysis of file contents for testing
267265
*/
268266
export async function generateMockFileContentAnalysis(
269-
ws: WebSocket,
270267
filePaths: string[],
271268
): Promise<string> {
272269
try {

0 commit comments

Comments
 (0)