Skip to content

Commit

Permalink
Regenerating all fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Jun 29, 2015
1 parent 9e513bf commit a06f394
Show file tree
Hide file tree
Showing 146 changed files with 14,116 additions and 12,942 deletions.
1 change: 0 additions & 1 deletion amazonka-autoscaling/amazonka-autoscaling.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,5 @@ test-suite amazonka-autoscaling-test
, amazonka-autoscaling == 1.0.0
, base
, bytestring
, http-types
, tasty
, tasty-hunit
26 changes: 26 additions & 0 deletions amazonka-autoscaling/test/Test/AWS/AutoScaling.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{-# LANGUAGE OverloadedStrings #-}

-- Module : Test.AWS.AutoScaling
-- Copyright : (c) 2013-2015 Brendan Hay <[email protected]>
-- License : This Source Code Form is subject to the terms of
-- the Mozilla Public License, v. 2.0.
-- A copy of the MPL can be found in the LICENSE file or
-- you can obtain it at http://mozilla.org/MPL/2.0/.
-- Maintainer : Brendan Hay <[email protected]>
-- Stability : experimental
-- Portability : non-portable (GHC extensions)

module Test.AWS.AutoScaling
( tests
, fixtures
) where

import Network.AWS.AutoScaling
import Test.AWS.Gen.AutoScaling
import Test.Tasty

tests :: [TestTree]
tests = []

fixtures :: [TestTree]
fixtures = []
Loading

0 comments on commit a06f394

Please sign in to comment.