Skip to content

Commit 36effb3

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

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
@@ -464,7 +464,7 @@ describeWithMongoDB(
464464
expect(untrustedDocs[0]?.name).toBe("mongodb");
465465
});
466466

467-
it("should be able too return elements from within a vector search query using binary encoding", async () => {
467+
it("should be able to return elements from within a vector search query using binary encoding", async () => {
468468
await waitUntilSearchIsReady(integration.mongoClient());
469469

470470
const collection = integration

0 commit comments

Comments
 (0)