mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Add some debug to failing menu test
This commit is contained in:
parent
bed8197de5
commit
becc627e1e
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ func doTestPageMenuWithIdentifier(t *testing.T, menuPageSources []source.ByteSou
|
|||
assert.NotNil(t, me1)
|
||||
assert.NotNil(t, me2)
|
||||
|
||||
fmt.Println("me1:", me1.URL, "me2:", me2.URL)
|
||||
assert.True(t, strings.Contains(me1.URL, "doc1"))
|
||||
assert.True(t, strings.Contains(me2.URL, "doc2"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue