Skip to content

Commit 8688086

Browse files
committed
fix: replace remaining 'rect' type literals with 'square' in layout spec
1 parent 315f75c commit 8688086

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/mermaid/src/diagrams/block/layout.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ describe('layout runtime config', () => {
2626
type: 'square',
2727
columns: 2,
2828
children: [
29-
{ id: 'b1', type: 'rect', children: [], size: { width: 100, height: 50, x: 0, y: 0 } },
30-
{ id: 'b2', type: 'rect', children: [], size: { width: 100, height: 50, x: 0, y: 0 } },
29+
{ id: 'b1', type: 'square', children: [], size: { width: 100, height: 50, x: 0, y: 0 } },
30+
{ id: 'b2', type: 'square', children: [], size: { width: 100, height: 50, x: 0, y: 0 } },
3131
],
3232
});
3333

0 commit comments

Comments
 (0)