Fix unit tests following constructor change in Arguments
This commit is contained in:
parent
9a1184006c
commit
111c6ca3f7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import Arguments (Arguments(..))
|
|||
import Utils (testDataPath)
|
||||
|
||||
defaultArticles :: Arguments
|
||||
defaultArticles = BlogConfig {
|
||||
defaultArticles = Arguments {
|
||||
sourceDir = testDataPath "Structure/defaultArticles"
|
||||
, articlesPath = Nothing
|
||||
, bannerPath = Nothing
|
||||
|
|
Loading…
Reference in a new issue