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