Skip to content

Commit 0a36b57

Browse files
unless -> if
1 parent 904ded1 commit 0a36b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/client-side-encryption/client_side_encryption.prose.20.mongocryptd_client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe('20. Bypass creating mongocryptd client when shared library is loaded',
7171

7272
// Note: this assertion is not in the spec test. However, unlike other drivers, Node's client
7373
// does not connect when instantiated. So, we won't receive any TCP connections to the
74-
// server unless the mongocryptd client is only instantiated. This assertion captures the
74+
// server if the mongocryptd client is only instantiated. This assertion captures the
7575
// spirit of this test, causing it to fail if we do instantiate a client. I left the
7676
// TCP server in, although it isn't necessary for Node's test, just because its nice to have
7777
// in case Node's client behavior ever changes.

0 commit comments

Comments
 (0)