Skip to content

Commit

Permalink
fix lint-check
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Sep 2, 2020
1 parent 7383a46 commit e665491
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/component/parser/json/BpmnJsonParser.lane.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
* limitations under the License.
*/
import { ShapeBpmnElementKind } from '../../../../../src/model/bpmn/shape/ShapeBpmnElementKind';
import { parseJson, parseJsonAndExpectOnlyLanes, parseJsonAndExpectOnlyPoolsAndLanes, verifyShape } from './JsonTestUtils';
import { BpmnJsonModel } from '../../../../../src/component/parser/xml/bpmn-json-model/BPMN20';
import { parseJson, parseJsonAndExpectOnlyLanes, verifyShape } from './JsonTestUtils';

describe('parse bpmn as json for lane', () => {
it('json containing one process with a single lane without flowNodeRef', () => {
Expand Down

0 comments on commit e665491

Please sign in to comment.