We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039471d commit 312ec75Copy full SHA for 312ec75
tests/unit/resources/common/debug.test.ts
@@ -34,7 +34,9 @@ describe("debug resource", () => {
34
debugResource.reduceApply("connect", undefined);
35
const output = await debugResource.toOutput();
36
37
- expect(output).toContain(`The user is connected to the MongoDB cluster.`);
+ expect(output).toContain(
38
+ `The user is connected to the MongoDB cluster without any support for search indexes.`
39
+ );
40
});
41
42
it("should be disconnected when a disconnect event happens", async () => {
0 commit comments