Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharad committed Nov 14, 2024
1 parent 46c1cf2 commit 7722c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ mermaidColumnReferenceTable =
testGroup
"Column reference table"
[ testCase "column reference table 1" $ do
"erDiagram\nsummaries {\n serial summary_id\n integer thread_id\n text summary_content\n timestamp summary_created_at\n timestamp summary_modified_at\n}\nsummaries ||--o{ threads : thread_id\n"
"erDiagram\nsummaries {\n serial summary_id\n integer thread_id\n text summary_content\n timestamp summary_created_at\n timestamp summary_modified_at\n}\n\nsummaries ||--o{ threads : thread_id\n\n\n\n\n\n"
@=? generateMermaidERD [foreginKeyStatement]
]

Expand Down

0 comments on commit 7722c60

Please sign in to comment.