We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cad29f commit 8b07557Copy full SHA for 8b07557
test/promisified/consumer/seek.spec.js
@@ -353,7 +353,7 @@ describe('Consumer seek >', () => {
353
354
describe('batch staleness >', () => {
355
beforeEach(async () => {
356
- // Theses tests expect a single partititon
+ // These tests expect a single partititon
357
await createTopic({ topic: topicName, partitions: 1 });
358
});
359
0 commit comments