{-# 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.WorkSpaces import Test.Amazonka.WorkSpaces.Internal import Test.Tasty main :: IO () main = defaultMain $ testGroup "WorkSpaces" [ testGroup "tests" tests, testGroup "fixtures" fixtures ]