mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-17 11:26:42 +00:00
chore(element-factory): fix test description
This commit is contained in:
parent
8722b6e3c2
commit
c8559cd4d9
@ -92,7 +92,7 @@ describe('features - element factory', function() {
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
||||||
it('should create formal expression with ID', inject(function(elementFactory) {
|
it('should NOT create formal expression with ID', inject(function(elementFactory) {
|
||||||
|
|
||||||
// when
|
// when
|
||||||
var intermediateCatchEvent = elementFactory.createShape({
|
var intermediateCatchEvent = elementFactory.createShape({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user