packages feed

amazonka-lakeformation-2.0: test/Main.hs

{-# OPTIONS_GHC -fno-warn-unused-imports #-}

-- |
-- Module      : Main
-- Copyright   : (c) 2013-2023 Brendan Hay
-- License     : Mozilla Public License, v. 2.0.
-- Maintainer  : Brendan Hay
-- Stability   : auto-generated
-- Portability : non-portable (GHC extensions)
module Main (main) where

import Test.Amazonka.LakeFormation
import Test.Amazonka.LakeFormation.Internal
import Test.Tasty

main :: IO ()
main =
  defaultMain $
    testGroup
      "LakeFormation"
      [ testGroup "tests" tests,
        testGroup "fixtures" fixtures
      ]