#1676 Fix for broken test cases

This commit is contained in:
Ashish Jain
2020-09-16 18:59:53 +02:00
parent a14ff7820e
commit 22c710ed99
2 changed files with 4 additions and 4 deletions

View File

@@ -263,7 +263,7 @@ describe('Class diagram V2', () => {
int id
test()
}
link class01 "google.com" "A Tooltip"
link Class01 "google.com" "A Tooltip"
`,
{logLevel : 1, flowchart: { "htmlLabels": false },}
);
@@ -285,7 +285,7 @@ describe('Class diagram V2', () => {
int id
test()
}
callback class01 "functionCall" "A Tooltip"
callback Class01 "functionCall" "A Tooltip"
`,
{logLevel : 1, flowchart: { "htmlLabels": false },}
);