summaryrefslogtreecommitdiff
path: root/tests/Hakyll/Core/Dependencies/Tests.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Hakyll/Core/Dependencies/Tests.hs')
-rw-r--r--tests/Hakyll/Core/Dependencies/Tests.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Hakyll/Core/Dependencies/Tests.hs b/tests/Hakyll/Core/Dependencies/Tests.hs
index efa848b..c66d55b 100644
--- a/tests/Hakyll/Core/Dependencies/Tests.hs
+++ b/tests/Hakyll/Core/Dependencies/Tests.hs
@@ -9,8 +9,8 @@ module Hakyll.Core.Dependencies.Tests
import Data.List (delete)
import qualified Data.Map as M
import qualified Data.Set as S
-import Test.Framework (Test, testGroup)
-import Test.HUnit (Assertion, (@=?))
+import Test.Tasty (TestTree, testGroup)
+import Test.Tasty.HUnit (Assertion, (@=?))
--------------------------------------------------------------------------------
@@ -20,7 +20,7 @@ import TestSuite.Util
--------------------------------------------------------------------------------
-tests :: Test
+tests :: TestTree
tests = testGroup "Hakyll.Core.Dependencies.Tests" $
fromAssertions "analyze" [case01, case02, case03]