diff --git a/src/diagrams/flowchart/parser/flow.spec.js b/src/diagrams/flowchart/parser/flow.spec.js index 2efeee235..0c055faa3 100644 --- a/src/diagrams/flowchart/parser/flow.spec.js +++ b/src/diagrams/flowchart/parser/flow.spec.js @@ -1413,7 +1413,7 @@ describe('when parsing ', function () { const edges = flow.parser.yy.getEdges() expect(edges.length).toBe(0) - expect(vert['1id'].styles.length).toBe(0) + expect(vert['s1id'].styles.length).toBe(0) }) it('should handle a single node with alphanumerics containing a minus sign', function () { // Silly but syntactically correct