From 319866fe63989d543516b39cb7aa96fd4591a4e6 Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 14 Mar 2019 17:27:21 +0800 Subject: [PATCH] - fk --- platformapi/ebaiapi/ugc_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platformapi/ebaiapi/ugc_test.go b/platformapi/ebaiapi/ugc_test.go index e662a956..cccb6f44 100644 --- a/platformapi/ebaiapi/ugc_test.go +++ b/platformapi/ebaiapi/ugc_test.go @@ -16,9 +16,8 @@ func TestOrderRatesGet(t *testing.T) { } func TestOrderRatesReply(t *testing.T) { - commentList, err := api.OrderRatesReply("100119", 0, utils.DefaultTimeValue, utils.DefaultTimeValue, -1) + err := api.OrderRatesReply("100119", 0, "commentID", "hello") if err != nil { t.Fatal(err) } - baseapi.SugarLogger.Debug(utils.Format4Output(commentList, false)) }