Skip to content

Commit

Permalink
counter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBouzinFiligran committed Oct 2, 2024
1 parent 3911562 commit 0ca0d09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('Raw streams tests', () => {
expect(updateEventsByTypes['threat-actor'].length).toBe(17);
expect(updateEventsByTypes['vocabulary'].length).toBe(3);
expect(updateEventsByTypes['vulnerability'].length).toBe(3);
expect(updateEvents.length).toBe(163);
expect(updateEvents.length).toBe(167);
for (let updateIndex = 0; updateIndex < updateEvents.length; updateIndex += 1) {
const event = updateEvents[updateIndex];
const { data: insideData, origin, type } = event;
Expand Down

0 comments on commit 0ca0d09

Please sign in to comment.