From fd4ce63de7440e6f1e44d06f680d1d590cc0b815 Mon Sep 17 00:00:00 2001 From: Umputun Date: Sat, 13 Jan 2018 13:41:39 -0600 Subject: [PATCH] to new ch, revendor commons --- app/rest/server_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/rest/server_test.go b/app/rest/server_test.go index 23b88004..d233bed6 100644 --- a/app/rest/server_test.go +++ b/app/rest/server_test.go @@ -83,6 +83,7 @@ func TestServer_CreateAndGet(t *testing.T) { Picture: "https://friends.radio-t.com/resources/images/rt_logo_64.png", Profile: "https://radio-t.com/info/", Admin: true, Blocked: false, IP: ""}, comment.User) + t.Logf("%+v", comment) } func TestServer_Find(t *testing.T) {