Skip to content

Commit 41334c3

Browse files
committed
remove only
1 parent 77f3168 commit 41334c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v1EventProcessor.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ describe('LogTierV1EventProcessor', () => {
508508
})
509509

510510
describe('when a notification center is provided', () => {
511-
it.only('should trigger a notification when the event dispatcher dispatches an event', async () => {
511+
it('should trigger a notification when the event dispatcher dispatches an event', async () => {
512512
const dispatcher: EventDispatcher = {
513513
dispatchEvent: vi.fn().mockResolvedValue({ statusCode: 200 })
514514
}

0 commit comments

Comments
 (0)