From 5571e0d0d6590e3a500a4c7560b1d427e3c33c60 Mon Sep 17 00:00:00 2001 From: Umputun Date: Sun, 6 May 2018 16:34:45 -0500 Subject: [PATCH] rename sort test --- app/rest/tree_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/rest/tree_test.go b/app/rest/tree_test.go index a0e54fa3..ac252b56 100644 --- a/app/rest/tree_test.go +++ b/app/rest/tree_test.go @@ -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)},