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