rename sort test

This commit is contained in:
Umputun
2018-05-06 16:34:45 -05:00
parent a3df144e4d
commit 5571e0d0d6
+1 -1
View File
@@ -42,7 +42,7 @@ func TestMakeTree(t *testing.T) {
// t.Log(string(buf.Bytes()))
}
func TestMakeTreeSorts(t *testing.T) {
func TestTreeSortNodes(t *testing.T) {
// unsorted by purpose
comments := []store.Comment{
{ID: "14", ParentID: "1", Timestamp: time.Date(2017, 12, 25, 19, 46, 14, 0, time.UTC)},