Skip to content

Commit d9f22ba

Browse files
committed
up
1 parent 6ee0821 commit d9f22ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/event_processor/event_processor_factory.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ describe('getBatchEventProcessor', () => {
227227
});
228228

229229

230-
it('uses default batch size and adds a startup log if flushInterval is not provided', () => {
230+
it('uses default batch size and adds a startup log if batchSize is not provided', () => {
231231
const options = {
232232
eventDispatcher: getMockEventDispatcher(),
233233
defaultBatchSize: 77,

0 commit comments

Comments
 (0)