#1023 Fix for tests

This commit is contained in:
Knut Sveidqvist
2019-11-07 19:19:44 +01:00
parent 09bf54f9af
commit 48ce7a9b78
3 changed files with 5 additions and 5 deletions

View File

@@ -83,7 +83,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('s1test');
expect(subgraph.id).toBe('mermaid-dom-id-1test');
});
it('should handle subgraphs1', function() {