Skip to content

Commit 56a50b7

Browse files
committed
remove an unnecessary an
1 parent 07227e3 commit 56a50b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tools/mongodb/metadata/collectionIndexes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ describeWithMongoDB(
149149
await collection.createIndexes([{ key: { foo: 1 } }]);
150150
});
151151

152-
it("returns an just the regular indexes", async () => {
152+
it("returns just the regular indexes", async () => {
153153
const response = await integration.mcpClient().callTool({
154154
name: "collection-indexes",
155155
arguments: { database: integration.randomDbName(), collection: "foo" },

0 commit comments

Comments
 (0)