mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
Remove Printf in test
This commit is contained in:
@@ -71,7 +71,6 @@ func TestSortByN(t *testing.T) {
|
|||||||
} {
|
} {
|
||||||
setSortVals([3]time.Time{d1, d2, d3}, [3]string{"b", "ab", "cde"}, [3]int{3, 2, 1}, p)
|
setSortVals([3]time.Time{d1, d2, d3}, [3]string{"b", "ab", "cde"}, [3]int{3, 2, 1}, p)
|
||||||
|
|
||||||
fmt.Printf("Pages %v", p)
|
|
||||||
sorted := this.sortFunc(p)
|
sorted := this.sortFunc(p)
|
||||||
if !this.assertFunc(sorted) {
|
if !this.assertFunc(sorted) {
|
||||||
t.Errorf("[%d] sort error", i)
|
t.Errorf("[%d] sort error", i)
|
||||||
|
Reference in New Issue
Block a user