Fix unit tests broken by latest changes

This commit is contained in:
Tissevert 2020-09-30 22:02:25 +02:00
parent f7ec6d06c1
commit 4c6ee2d9bc
1 changed files with 1 additions and 1 deletions

View File

@ -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"