From 4c6ee2d9bc033229b605a1dd04b732fa3cf1cfbf Mon Sep 17 00:00:00 2001 From: Tissevert Date: Wed, 30 Sep 2020 22:02:25 +0200 Subject: [PATCH] Fix unit tests broken by latest changes --- test/Mock/Blog/Path.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Mock/Blog/Path.hs b/test/Mock/Blog/Path.hs index ce025e9..cbac70c 100644 --- a/test/Mock/Blog/Path.hs +++ b/test/Mock/Blog/Path.hs @@ -6,7 +6,7 @@ import Blog.Path (Path(..)) simple :: Path simple = Path { - articlesPath = "articles" + articlesPath = Just "articles" , pagesPath = Nothing , remarkableConfig = Nothing , root = "/home/test/blog"