mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
@@ -238,7 +238,6 @@ func TestSort(t *testing.T) {
|
||||
},
|
||||
{nil, nil, "asc", false},
|
||||
} {
|
||||
|
||||
t.Run(fmt.Sprintf("test%d", i), func(t *testing.T) {
|
||||
var result interface{}
|
||||
var err error
|
||||
@@ -261,6 +260,5 @@ func TestSort(t *testing.T) {
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user