Skip to content

Commit

Permalink
Remove accidentally focused test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevon committed May 31, 2022
1 parent f5e72c9 commit 9aba97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consumer/__tests__/seek.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ describe('Consumer', () => {
})
})

describe.only('with two partitions', () => {
describe('with two partitions', () => {
beforeEach(async () => {
await createTopic({ topic: topicName, partitions: 2 })
})
Expand Down

0 comments on commit 9aba97e

Please sign in to comment.