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 b666858 commit 99be3c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('Raw streams tests', () => {
expect(updateEventsByTypes['external-reference'].length).toBe(1);
expect(updateEventsByTypes['grouping'].length).toBe(3);
expect(updateEventsByTypes['incident'].length).toBe(3);
expect(updateEventsByTypes['indicator'].length).toBe(4);
expect(updateEventsByTypes['indicator'].length).toBe(8);
expect(updateEventsByTypes['label'].length).toBe(1);
expect(updateEventsByTypes['malware-analysis'].length).toBe(3);
expect(updateEventsByTypes['note'].length).toBe(3);
Expand Down

0 comments on commit 99be3c5

Please sign in to comment.