packages feed

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

module Ast.ExprListSpec (spec) where

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

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