Skip to content

Commit 6697267

Browse files
chore: use correct name for the tool
1 parent c1b3eea commit 6697267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tools/mongodb/mongodbTool.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ describe("MongoDBTool implementations", () => {
322322
);
323323
const tools = await mcpClient?.listTools({});
324324
expect(tools?.tools).toHaveLength(1);
325-
expect(tools?.tools.find((tool) => tool.name === "UnusableTool")).toBeUndefined();
325+
expect(tools?.tools.find((tool) => tool.name === "UnusableVoyageTool")).toBeUndefined();
326326
});
327327
});
328328
});

0 commit comments

Comments
 (0)