Skip to content

Commit

Permalink
chore: remove .only from test file
Browse files Browse the repository at this point in the history
  • Loading branch information
JulissaDantes committed Apr 15, 2024
1 parent 38e002d commit 32de214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/__tests__/ipfs-service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 32de214

Please sign in to comment.