Skip to content

Commit 7b96ca0

Browse files
Fix double quotes
1 parent 42d067e commit 7b96ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ describe('mermaid-cli', () => {
180180
test('should error on mermaid syntax error', async () => {
181181
await expect(
182182
compileDiagram('test-negative', 'invalid.expect-error.mmd', 'svg')
183-
).rejects.toThrow("Error: Evaluation failed: Error: Diagram error not found.")
183+
).rejects.toThrow('Error: Evaluation failed: Error: Diagram error not found.')
184184
}, timeout)
185185

186186
test('should have 3 trailing spaces after ``` in test-positive/mermaid.md for case 9.', async () => {

0 commit comments

Comments
 (0)