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