Skip to content

Commit

Permalink
[backend] Update counters (#issue/4911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goumies committed Nov 28, 2023
1 parent 3223eaf commit 99fbc94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('Raw streams tests', () => {
}
// 03 - CHECK DELETE EVENTS
const deleteEvents = events.filter((e) => e.type === EVENT_TYPE_DELETE);
expect(deleteEvents.length).toBe(86);
expect(deleteEvents.length).toBe(88);
// const deleteEventsByTypes = R.groupBy((e) => e.data.data.type, deleteEvents);
for (let delIndex = 0; delIndex < deleteEvents.length; delIndex += 1) {
const { data: insideData, origin, type } = deleteEvents[delIndex];
Expand Down

0 comments on commit 99fbc94

Please sign in to comment.