- fk
This commit is contained in:
@@ -16,9 +16,8 @@ func TestOrderRatesGet(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestOrderRatesReply(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 {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
baseapi.SugarLogger.Debug(utils.Format4Output(commentList, false))
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user