diff --git a/src/app/components/drawings-listeners/link-created/link-created.component.spec.ts b/src/app/components/drawings-listeners/link-created/link-created.component.spec.ts index 22c5bb31..4ff7d1d8 100644 --- a/src/app/components/drawings-listeners/link-created/link-created.component.spec.ts +++ b/src/app/components/drawings-listeners/link-created/link-created.component.spec.ts @@ -79,6 +79,7 @@ describe('LinkCreatedComponent', () => { portNameFormat: 'samplePortNameFormat', portSegmentSize: 0, ports: [], + properties: undefined, projectId: 'sampleProjectId', status: 'sampleStatus', symbol: 'sampleSymbol', diff --git a/src/app/components/drawings-listeners/node-dragged/node-dragged.component.spec.ts b/src/app/components/drawings-listeners/node-dragged/node-dragged.component.spec.ts index 770dd990..3bbe81dd 100644 --- a/src/app/components/drawings-listeners/node-dragged/node-dragged.component.spec.ts +++ b/src/app/components/drawings-listeners/node-dragged/node-dragged.component.spec.ts @@ -59,6 +59,7 @@ describe('NodeDraggedComponent', () => { portNameFormat: 'samplePortNameFormat', portSegmentSize: 0, ports: [], + properties: undefined, projectId: 'sampleProjectId', status: 'sampleStatus', symbol: 'sampleSymbol',