mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Revert "Add some debug to failing menu test"
This reverts commit becc627e1e
.
This commit is contained in:
parent
becc627e1e
commit
be6cf6a9c6
1 changed files with 0 additions and 1 deletions
|
@ -202,7 +202,6 @@ 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