summaryrefslogtreecommitdiff
path: root/tests/Hakyll/Core/Rules/Tests.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-05-03 11:35:31 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2013-05-03 11:35:31 +0200
commitfbc23ee892b37c0bbc663e2531daa127dd091d30 (patch)
tree4d40fdbda7f62ecc309c7d5b0f86e73575313b1f /tests/Hakyll/Core/Rules/Tests.hs
parent6d47d9c895e368d1b730ef7abb0280db42b03d34 (diff)
downloadhakyll-fbc23ee892b37c0bbc663e2531daa127dd091d30.tar.gz
Update test suite
Diffstat (limited to 'tests/Hakyll/Core/Rules/Tests.hs')
-rw-r--r--tests/Hakyll/Core/Rules/Tests.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Hakyll/Core/Rules/Tests.hs b/tests/Hakyll/Core/Rules/Tests.hs
index 6461b9d..12258f9 100644
--- a/tests/Hakyll/Core/Rules/Tests.hs
+++ b/tests/Hakyll/Core/Rules/Tests.hs
@@ -41,7 +41,7 @@ case01 = do
let identifiers = S.fromList $ map fst $ rulesCompilers ruleSet
routes = rulesRoutes ruleSet
checkRoute ex i =
- runRoutes routes provider i >>= \r -> Just ex @=? r
+ runRoutes routes provider i >>= \(r, _) -> Just ex @=? r
-- Test that we have some identifiers and that the routes work out
assert $ all (`S.member` identifiers) expected