Skip to content

Commit

Permalink
[backend] add tests (#8101)
Browse files Browse the repository at this point in the history
  • Loading branch information
marieflorescontact committed Sep 24, 2024
1 parent 506f311 commit ee8e945
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(784);
expect(createEvents.length).toBe(786);
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 ee8e945

Please sign in to comment.