style(bpmn-replace): lint tests

This commit is contained in:
Maciej Barelkowski 2019-05-23 08:38:54 +02:00 committed by Nico Rehwaldt
parent 66bc72d5e3
commit ecf9118a09
1 changed files with 4 additions and 2 deletions

View File

@ -1376,8 +1376,9 @@ describe('features/replace - bpmn replace', function() {
it('should properly set parent of event definitions', inject(
function(elementRegistry, modeling, bpmnReplace) {
function(elementRegistry, bpmnReplace) {
// given
var startEvent = elementRegistry.get('StartEvent_1');
var messageEvent = bpmnReplace.replaceElement(startEvent, {
@ -1394,8 +1395,9 @@ describe('features/replace - bpmn replace', function() {
it('should add condition with ConditionalEventDefinition', inject(
function(elementRegistry, modeling, bpmnReplace) {
function(elementRegistry, bpmnReplace) {
// given
var startEvent = elementRegistry.get('StartEvent_1');
// when