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
|
||||
var intermediateCatchEvent = elementFactory.createShape({
|
||||
|
|
Loading…
Reference in New Issue