Skip to content

Commit 0c7d260

Browse files
Fix tests
1 parent 1740678 commit 0c7d260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ describe('WebScraping.AI MCP Server Tests', () => {
233233
})
234234
]));
235235

236-
await client.close();
236+
await transport.close();
237237
});
238238
});
239239

0 commit comments

Comments
 (0)