diff --git a/src/services/__tests__/ipfs-service.test.ts b/src/services/__tests__/ipfs-service.test.ts index 73c5ed5c..be5ff374 100644 --- a/src/services/__tests__/ipfs-service.test.ts +++ b/src/services/__tests__/ipfs-service.test.ts @@ -258,7 +258,7 @@ describe('pubsub', () => { expect(queueSendMessageSpy).toBeCalledTimes(0) }) - test.only('Will respond to query message about stream with an anchor', async () => { + test('Will respond to query message about stream with an anchor', async () => { const pubsubMessage = { typ: 1, id: '1', stream: randomStreamID() } const ipfsQueueService = injector.resolve('ipfsQueueService')