Skip to content

Commit 77d9232

Browse files
committed
fix(test): fix test involving bpmn:DataObjectReference
1 parent d568d00 commit 77d9232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/spec/features/replace/BpmnReplaceSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ describe('features/replace - bpmn replace', function() {
344344

345345
var inputAssociation = inputAssociations[0];
346346

347-
// expect input association references __target_ref_placeholder property
348-
expect(inputAssociation.targetRef).to.equal(bo.properties[0]);
347+
// expect input association targetRef
348+
expect(inputAssociation.targetRef).to.equal(bo.ioSpecification.dataInputs[0]);
349349

350350
// ...and
351351
// expect one outgoing connection

0 commit comments

Comments
 (0)