diff options
Diffstat (limited to 'tests/Hakyll/Core/Util/String')
-rw-r--r-- | tests/Hakyll/Core/Util/String/Tests.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Hakyll/Core/Util/String/Tests.hs b/tests/Hakyll/Core/Util/String/Tests.hs index 56bdd1a..e9c27ae 100644 --- a/tests/Hakyll/Core/Util/String/Tests.hs +++ b/tests/Hakyll/Core/Util/String/Tests.hs @@ -5,8 +5,8 @@ module Hakyll.Core.Util.String.Tests -------------------------------------------------------------------------------- -import Test.Framework (Test, testGroup) -import Test.HUnit ((@=?)) +import Test.Tasty (TestTree, testGroup) +import Test.Tasty.HUnit ((@=?)) -------------------------------------------------------------------------------- @@ -15,7 +15,7 @@ import TestSuite.Util -------------------------------------------------------------------------------- -tests :: Test +tests :: TestTree tests = testGroup "Hakyll.Core.Util.String.Tests" $ concat [ fromAssertions "trim" [ "foo" @=? trim " foo\n\t " |