Skip to content

Commit 0d16695

Browse files
authored
Merge branch 'addCommandTimeout' into command-timeout
2 parents 3c9b0fc + dd72fea commit 0d16695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/client/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ describe('Client', () => {
287287
});
288288
});
289289

290+
290291
testUtils.testWithClient('rejects with AbortError on commandTimeout timer', async client => {
291292
const start = process.hrtime.bigint();
292293
const promise = client.ping();
@@ -296,7 +297,6 @@ describe('Client', () => {
296297
};
297298

298299
assert.rejects(promise, AbortError);
299-
300300
}, {
301301
...GLOBAL.SERVERS.OPEN,
302302
clientOptions: {

0 commit comments

Comments
 (0)