This commit is contained in:
gazebo
2019-03-14 17:27:21 +08:00
parent c3ac6f5ec5
commit 319866fe63

View File

@@ -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))
}