mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix failing test on Windows
This commit is contained in:
parent
b6def61727
commit
d8f0e30715
1 changed files with 1 additions and 1 deletions
|
@ -168,5 +168,5 @@ Paginator: {{ .Paginator }}
|
|||
`
|
||||
b, err := TestE(t, files)
|
||||
b.Assert(err, qt.IsNotNil)
|
||||
b.Assert(err.Error(), qt.Contains, `error calling Paginator: pagination not supported for this page: kind: "page", path: "/p1", file: `+filepath.FromSlash(`"/content/p1.md"`))
|
||||
b.Assert(err.Error(), qt.Contains, `error calling Paginator: pagination not supported for this page: kind: "page"`)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue