Skip to content

Commit e315714

Browse files
committed
chore: fix test
1 parent a90e6da commit e315714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gqm_gen/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ test("can generate mermaid diagram from file", { only: true }, () => {
3737

3838
const diagram = generateMermaidDiagram(graph);
3939
console.log(diagram);
40-
assert(diagram.indexOf("graph TB") > 1);
40+
assert(diagram.indexOf("graph LR;") > 1);
4141
});

0 commit comments

Comments
 (0)