mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Remove Println that panics in test
This commit is contained in:
@@ -549,7 +549,6 @@ func TestGroupedPages(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rbysection, err := s.Pages.GroupBy("Section", "desc")
|
rbysection, err := s.Pages.GroupBy("Section", "desc")
|
||||||
fmt.Println(rbysection)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("Unable to make PageGroup array: %s", err)
|
t.Fatalf("Unable to make PageGroup array: %s", err)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user