Skip to content

Commit 90984a3

Browse files
committed
chore: linting
1 parent 2d8a166 commit 90984a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integration-tests/test/connections.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('connections', () => {
4949
expect(dialer.getConnections()).to.have.lengthOf(2)
5050
})
5151

52-
it.only('should use custom DNS resolver', async () => {
52+
it('should use custom DNS resolver', async () => {
5353
const resolver = Sinon.stub()
5454

5555
;({ dialer, listener } = await createPeers({

0 commit comments

Comments
 (0)