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…
Reference in New Issue