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