From 02dc94a9f49e31d57180c22d1235faab20932af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9line=20Souchet?= Date: Wed, 2 Sep 2020 16:14:05 +0200 Subject: [PATCH] fix lint-check --- test/unit/component/parser/json/BpmnJsonParser.lane.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/unit/component/parser/json/BpmnJsonParser.lane.test.ts b/test/unit/component/parser/json/BpmnJsonParser.lane.test.ts index 36bc9f04f7..cf8214f1fc 100644 --- a/test/unit/component/parser/json/BpmnJsonParser.lane.test.ts +++ b/test/unit/component/parser/json/BpmnJsonParser.lane.test.ts @@ -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', () => {