From d8c7a2894e93a31bf5d7678f88c80fb10ffadb72 Mon Sep 17 00:00:00 2001 From: Guy Adler Date: Thu, 17 Feb 2022 10:37:07 +0100 Subject: [PATCH] test: removed unit test for double circle in the flowRendererv1 The feature is only available using flowRendererv2, which does not have unit tests. --- src/diagrams/flowchart/flowRenderer.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/diagrams/flowchart/flowRenderer.spec.js b/src/diagrams/flowchart/flowRenderer.spec.js index 21ecad908..43f1511e0 100644 --- a/src/diagrams/flowchart/flowRenderer.spec.js +++ b/src/diagrams/flowchart/flowRenderer.spec.js @@ -26,7 +26,6 @@ describe('the flowchart renderer', function () { ['subroutine', 'subroutine'], ['cylinder', 'cylinder'], ['group', 'rect'], - ['doublecircle', 'doublecircle'], ].forEach(function ([type, expectedShape, expectedRadios = 0]) { it(`should add the correct shaped node to the graph for vertex type ${type}`, function () { const addedNodes = [];