packages feed

postgresql-syntax-0.5.0.2: hspec-test/Ast/FuncApplicationSpec.hs

module Ast.FuncApplicationSpec (spec) where

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

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