Skip to content

Commit

Permalink
CompilerSpec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu committed Aug 14, 2024
1 parent 70c7e71 commit 19c80b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Test/IDE/SchemaDesigner/CompilerSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1058,9 +1058,10 @@ tests = do
StatementCreateTable CreateTable
{ name = "pg_large_notifications"
, columns = []
, primaryKeyConstraint = PrimaryKeyConstraint []
, constraints = []
, unlogged = True
, primaryKeyConstraint = PrimaryKeyConstraint []
, inherits = Nothing
}
]
compileSql statements `shouldBe` sql
Expand Down

0 comments on commit 19c80b3

Please sign in to comment.