Skip to content

Commit a51ff8d

Browse files
committed
up
1 parent 372a1bf commit a51ff8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/event_processor/batch_event_processor.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('QueueingEventProcessor', async () => {
5151
});
5252

5353
describe('start', () => {
54-
it.only('should log startupLogs on start', () => {
54+
it('should log startupLogs on start', () => {
5555
const startupLogs: StartupLog[] = [
5656
{
5757
level: LogLevel.WARNING,

0 commit comments

Comments
 (0)