Skip to content

Commit 5e776e7

Browse files
.only()
1 parent 1fc873d commit 5e776e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/connection-monitoring-and-pooling/connection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ describe('Connection', function () {
334334
sinon.restore();
335335
});
336336

337-
it.only('waits for an async drain event because the write was buffered', async () => {
337+
it('waits for an async drain event because the write was buffered', async () => {
338338
const connectionReady = once(client, 'connectionReady');
339339
await client.connect();
340340
await connectionReady;

0 commit comments

Comments
 (0)