Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove .only from test case
  • Loading branch information
Assem-Uber committed Dec 2, 2025
commit 064e7787f7ec3ba1e569e58cf9dfec86882c28dd
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ describe(WorkflowHistoryGrouper.name, () => {
expect(Object.keys(groups).length).toBe(0);
});

it.only('should notify subscribers after pending events are processed', async () => {
it('should notify subscribers after pending events are processed', async () => {
const { grouper, waitForProcessing } = setup();
const scheduledEvent = createScheduleActivityEvent('7');
grouper.updateEvents([scheduledEvent]);
Expand Down
Loading