diff options
author | Hexirp <Hexirp@users.noreply.github.com> | 2019-02-06 19:55:08 +0900 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2019-02-06 13:59:59 +0100 |
commit | 589b2273c4c7038604a7837b428ec4d26e545b0b (patch) | |
tree | 02adc6c2467ffbc71a4eab37870d39c8bd8db84d /tests/Hakyll/Web/Template/Tests.hs | |
parent | 4d01458d7e26202704be533750dfb97e01277ad2 (diff) | |
download | hakyll-589b2273c4c7038604a7837b428ec4d26e545b0b.tar.gz |
Fix typo in Hakyll.Web.Template(.Context).Tests
Diffstat (limited to 'tests/Hakyll/Web/Template/Tests.hs')
-rw-r--r-- | tests/Hakyll/Web/Template/Tests.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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") |