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)
defaultArticles :: Arguments
defaultArticles = BlogConfig {
defaultArticles = Arguments {
sourceDir = testDataPath "Structure/defaultArticles"
, articlesPath = Nothing
, bannerPath = Nothing