From 589b2273c4c7038604a7837b428ec4d26e545b0b Mon Sep 17 00:00:00 2001 From: Hexirp Date: Wed, 6 Feb 2019 19:55:08 +0900 Subject: Fix typo in Hakyll.Web.Template(.Context).Tests --- tests/Hakyll/Web/Template/Context/Tests.hs | 2 +- tests/Hakyll/Web/Template/Tests.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Hakyll/Web/Template/Context/Tests.hs b/tests/Hakyll/Web/Template/Context/Tests.hs index d4a9035..202b745 100644 --- a/tests/Hakyll/Web/Template/Context/Tests.hs +++ b/tests/Hakyll/Web/Template/Context/Tests.hs @@ -21,7 +21,7 @@ import TestSuite.Util -------------------------------------------------------------------------------- tests :: TestTree -tests = testGroup "Hakyll.Core.Template.Context.Tests" +tests = testGroup "Hakyll.Web.Template.Context.Tests" [ testCase "testDateField" testDateField ] diff --git a/tests/Hakyll/Web/Template/Tests.hs b/tests/Hakyll/Web/Template/Tests.hs index b63a0dd..bd794c7 100644 --- a/tests/Hakyll/Web/Template/Tests.hs +++ b/tests/Hakyll/Web/Template/Tests.hs @@ -25,7 +25,7 @@ import TestSuite.Util -------------------------------------------------------------------------------- tests :: TestTree -tests = testGroup "Hakyll.Core.Template.Tests" $ concat +tests = testGroup "Hakyll.Web.Template.Tests" $ concat [ [ testCase "case01" $ test ("template.html.out", "template.html", "example.md") , testCase "case02" $ test ("strip.html.out", "strip.html", "example.md") , testCase "case03" $ test ("just-meta.html.out", "just-meta.html", "example.md") -- cgit v1.2.3