test(modeling): remove doubled module in test setup

This commit is contained in:
Maciej Barelkowski 2019-05-21 14:36:50 +02:00 committed by Nico Rehwaldt
parent ba5bf31e42
commit 66bc72d5e3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ describe('features/modeling/behavior - create boundary events', function() {
var processDiagramXML = require('../../../../fixtures/bpmn/collaboration/process-empty.bpmn');
beforeEach(bootstrapModeler(processDiagramXML, { modules: testModules.concat(modelingModule) }));
beforeEach(bootstrapModeler(processDiagramXML, { modules: testModules }));
it('should execute on attach', inject(function(canvas, elementFactory, modeling) {