#1676 Fix for tests

This commit is contained in:
Knut Sveidqvist 2020-09-12 13:40:25 +02:00
parent a446b3c600
commit a14ff7820e
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ describe('when parsing subgraphs', function() {
const subgraph = subgraphs[0];
expect(subgraph.nodes.length).toBe(1);
expect(subgraph.nodes[0]).toBe('A');
expect(subgraph.id).toBe('1test');
expect(subgraph.id).toBe('flowchart-1test');
});
it('should handle subgraphs1', function() {