packages feed

postgresql-syntax-0.5.0.0: hspec-test/Ast/ArrayExprListSpec.hs

module Ast.ArrayExprListSpec (spec) where

import Helpers.Specs
import PostgresqlSyntax.Ast.ArrayExprList
import Test.Hspec

spec :: Spec
spec = do
  itSatisfiesIsAst @ArrayExprList
  itSatisfiesArbitrary @ArrayExprList