Fix unit tests following constructor change in Arguments

This commit is contained in:
Tissevert 2023-08-07 08:39:37 +02:00
parent 9a1184006c
commit 111c6ca3f7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import Arguments (Arguments(..))
import Utils (testDataPath) import Utils (testDataPath)
defaultArticles :: Arguments defaultArticles :: Arguments
defaultArticles = BlogConfig { defaultArticles = Arguments {
sourceDir = testDataPath "Structure/defaultArticles" sourceDir = testDataPath "Structure/defaultArticles"
, articlesPath = Nothing , articlesPath = Nothing
, bannerPath = Nothing , bannerPath = Nothing