mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
hugolib: More test helper cleanup
This commit is contained in:
@@ -86,7 +86,7 @@ p
|
||||
s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{})
|
||||
th := testHelper{s.Cfg, s.Fs, t}
|
||||
|
||||
th.assertFileContent(filepath.Join("public", "p", "index.html"), true,
|
||||
th.assertFileContent(filepath.Join("public", "p", "index.html"),
|
||||
"Page Title: My Title",
|
||||
"My Content",
|
||||
"Hello World",
|
||||
|
||||
Reference in New Issue
Block a user