- test
This commit is contained in:
@@ -14,3 +14,11 @@ func TestOrderRatesGet(t *testing.T) {
|
|||||||
}
|
}
|
||||||
baseapi.SugarLogger.Debug(utils.Format4Output(commentList, false))
|
baseapi.SugarLogger.Debug(utils.Format4Output(commentList, false))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestOrderRatesReply(t *testing.T) {
|
||||||
|
commentList, err := api.OrderRatesReply("100119", 0, utils.DefaultTimeValue, utils.DefaultTimeValue, -1)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
baseapi.SugarLogger.Debug(utils.Format4Output(commentList, false))
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user