Skip to content

Commit ece4d6c

Browse files
committed
chore: fix typo
1 parent 7a1e217 commit ece4d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/common/connectionManager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ describeWithMongoDB("Connection Manager", (integration) => {
116116
});
117117

118118
describe("when disconnected", () => {
119-
it("should be marked explictly as disconnected", () => {
119+
it("should be marked explicitly as disconnected", () => {
120120
expect(connectionManager().currentConnectionState.tag).toEqual("disconnected");
121121
});
122122
});

0 commit comments

Comments
 (0)