chore(element-factory): fix test description

This commit is contained in:
Philipp Fromme 2019-11-20 15:53:53 +01:00
parent 8722b6e3c2
commit c8559cd4d9
1 changed files with 1 additions and 1 deletions

View File

@ -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({