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