postgresql-syntax-0.5.0.0: hspec-test/Ast/ConstDatetimeSpec.hs
module Ast.ConstDatetimeSpec (spec) where import Helpers.Specs import PostgresqlSyntax.Ast.ConstDatetime import Test.Hspec spec :: Spec spec = do itSatisfiesIsAst @ConstDatetime itSatisfiesArbitrary @ConstDatetime