Skip to content

Commit 5d0cdb6

Browse files
committed
[backend] fix counters
1 parent 576a813 commit 5d0cdb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opencti-platform/opencti-graphql/tests/02-dataInjection/01-dataCount/entityCountHelper.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const entitiesCounter = {
1818
Individual: 1,
1919
IntrusionSet: 1,
2020
KillChainPhase: 2,
21-
Label: 13,
21+
Label: 14,
2222
Malware: 2,
2323
MalwareAnalysis: 1,
2424
ManagerConfiguration: 1,
@@ -63,7 +63,7 @@ export const relationsCounter = {
6363
'member-of': 13,
6464
mitigates: 1,
6565
object: 38,
66-
'object-label': 30,
66+
'object-label': 31,
6767
'object-marking': 28,
6868
'operating-system': 1,
6969
'participate-to': 4,

0 commit comments

Comments
 (0)