packages feed

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

module Ast.ExplicitRowSpec (spec) where

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

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