test(modeling): remove doubled module in test setup
This commit is contained in:
parent
ba5bf31e42
commit
66bc72d5e3
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue