Fix tests
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Build / Node 14 (push) Has been cancelled
Build / Node 16 (push) Has been cancelled
Build / Node 18 (push) Has been cancelled

This commit is contained in:
grossmj 2025-02-16 13:32:10 +10:00
parent 8ec03968df
commit 6b28370111
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
2 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@ describe('LinkCreatedComponent', () => {
portNameFormat: 'samplePortNameFormat',
portSegmentSize: 0,
ports: [],
properties: undefined,
projectId: 'sampleProjectId',
status: 'sampleStatus',
symbol: 'sampleSymbol',

View File

@ -59,6 +59,7 @@ describe('NodeDraggedComponent', () => {
portNameFormat: 'samplePortNameFormat',
portSegmentSize: 0,
ports: [],
properties: undefined,
projectId: 'sampleProjectId',
status: 'sampleStatus',
symbol: 'sampleSymbol',