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