diff --git a/tests/unit/behavior/shortcuts-call-spec.ts b/tests/unit/behavior/shortcuts-call-spec.ts index 37c8318f95d..86e6f8e49f0 100644 --- a/tests/unit/behavior/shortcuts-call-spec.ts +++ b/tests/unit/behavior/shortcuts-call-spec.ts @@ -46,7 +46,7 @@ describe('shortcuts-call', () => { }], }, }); - const node = graph.addItem('node', { + graph.addItem('node', { color: '#666', x: 50, y: 50,