Skip to content

Commit 671328b

Browse files
committed
chore: fix string
1 parent fa12279 commit 671328b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/node-specific/auto_connect.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ describe('When executing an operation for the first time', () => {
886886
});
887887

888888
it(
889-
'client.connect() 'takes as long as selectServer is delayed for and does not throw a timeout error',
889+
'client.connect() takes as long as selectServer is delayed for and does not throw a timeout error',
890890
{ requires: { auth: 'enabled' } },
891891
async function () {
892892
const start = performance.now();

0 commit comments

Comments
 (0)