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