Skip to content

Commit 0734e58

Browse files
committed
fix lint error
1 parent 71233ca commit 0734e58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/mxGraph.model.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ describe('mxGraph model', () => {
198198
}
199199

200200
function expectModelContainsPool(cellId: string, modelElement: ExpectedShapeModelElement): void {
201-
const cell = expectModelContainsShape(cellId, { ...modelElement, kind: ShapeBpmnElementKind.POOL, styleShape: mxConstants.SHAPE_SWIMLANE });
201+
expectModelContainsShape(cellId, { ...modelElement, kind: ShapeBpmnElementKind.POOL, styleShape: mxConstants.SHAPE_SWIMLANE });
202202
}
203203

204204
it('bpmn elements should be available in the mxGraph model', async () => {

0 commit comments

Comments
 (0)