Skip to content

Commit fa465f8

Browse files
kmruizCopilot
andauthored
Update tests/integration/tools/mongodb/read/aggregate.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent 8c796ed commit fa465f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tools/mongodb/read/aggregate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ describeWithMongoDB(
398398
for (const [dataType, embedding] of Object.entries(DOCUMENT_EMBEDDINGS)) {
399399
for (const similarity of ["euclidean", "cosine", "dotProduct"]) {
400400
describe.skipIf(!process.env.TEST_MDB_MCP_VOYAGE_API_KEY)(
401-
`querying with dataType ${dataType} and similary ${similarity}`,
401+
`querying with dataType ${dataType} and similarity ${similarity}`,
402402
() => {
403403
it(`should be able to return elements from within a vector search query with data type ${dataType}`, async () => {
404404
await waitUntilSearchIsReady(integration.mongoClient());

0 commit comments

Comments
 (0)