Skip to content

Commit 312ec75

Browse files
chore: fix tests
1 parent 039471d commit 312ec75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unit/resources/common/debug.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ describe("debug resource", () => {
3434
debugResource.reduceApply("connect", undefined);
3535
const output = await debugResource.toOutput();
3636

37-
expect(output).toContain(`The user is connected to the MongoDB cluster.`);
37+
expect(output).toContain(
38+
`The user is connected to the MongoDB cluster without any support for search indexes.`
39+
);
3840
});
3941

4042
it("should be disconnected when a disconnect event happens", async () => {

0 commit comments

Comments
 (0)