Skip to content

Commit

Permalink
Use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Nov 4, 2021
1 parent bdb9a95 commit 801d6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ testLiterals = do
it "sqlDouble" $ testLiteral O.sqlDouble 3.14
it "sqlBool" $ testLiteral O.sqlBool True
it "sqlUUID" $ testLiteral O.sqlUUID (read "c2cc10e1-57d6-4b6f-9899-38d972112d8c")
it "sqlDay" $ testLiteral O.sqlDay (Time.fromGregorian 2018 11 29)
it "sqlDay" $ testLiteral O.sqlDay exampleDate
it "sqlUTCTime" $ testLiteral O.sqlUTCTime exampleUTCTime
it "sqlLocalTime" $ testLiteral O.sqlLocalTime (Time.LocalTime exampleDate exampleTime)

Expand Down

0 comments on commit 801d6eb

Please sign in to comment.