mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
fix: updated test case
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
This commit is contained in:
@@ -414,7 +414,7 @@ columns 1
|
||||
G:1`;
|
||||
|
||||
expect(() => block.parse(str)).toThrowError(
|
||||
'width of block B is greater than the column width'
|
||||
'Block B width 2 exceeds configured column width 1'
|
||||
);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user