Skip to content

Commit

Permalink
[backend] fix counters
Browse files Browse the repository at this point in the history
  • Loading branch information
marieflorescontact committed Dec 13, 2024
1 parent d8f9572 commit 6f71b1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('Raw streams tests', () => {
expect(createEventsByTypes.tool.length).toBe(2);
expect(createEventsByTypes.vocabulary.length).toBe(342); // 328 created at init + 2 created in tests + 5 vocabulary organizations types + 7 persona
expect(createEventsByTypes.vulnerability.length).toBe(7);
expect(createEvents.length).toBe(802);
expect(createEvents.length).toBe(803);
for (let createIndex = 0; createIndex < createEvents.length; createIndex += 1) {
const { data: insideData, origin, type } = createEvents[createIndex];
expect(origin).toBeDefined();
Expand Down

0 comments on commit 6f71b1c

Please sign in to comment.