Skip to content

Commit

Permalink
fix(test): fix test involving bpmn:DataObjectReference
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Nov 27, 2018
1 parent 20e6488 commit f2d4870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spec/features/replace/BpmnReplaceSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ describe('features/replace - bpmn replace', function() {

var inputAssociation = inputAssociations[0];

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

// ...and
// expect one outgoing connection
Expand Down

0 comments on commit f2d4870

Please sign in to comment.