Skip to content

Commit 7ffa3ea

Browse files
chore: remove .only in test
1 parent e963de5 commit 7ffa3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ConnectionManager.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('ConnectionManager', () => {
5151
expect(activateStub.calledOnce).to.eq(true)
5252
})
5353

54-
it.only('should return the connection data', async () => {
54+
it('should return the connection data', async () => {
5555
const stubConnector = new StubConnector()
5656
sinon.stub(connectionManager, 'getConnector').returns(stubConnector)
5757

0 commit comments

Comments
 (0)