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)
|
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
|
||||||
|
|
Loading…
Reference in a new issue