aa
This commit is contained in:
@@ -23,7 +23,7 @@ func TestOrderDetailGet(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestOrderListIncrementGet(t *testing.T) {
|
||||
result, err := api.OrderListIncrementGet(time.Now().Add(-time.Hour*24).Unix(), time.Now().Unix(), 1, 10)
|
||||
result, err := api.OrderListIncrementGet(time.Now().Add(-time.Hour*24).Unix(), time.Now().Unix(), 1, 50)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user