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"