mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-18 15:10:03 +00:00
ftx: set TestGetPublicOptionsTrades start date one week from current date to allow for more trade volume (#857)
This commit is contained in:
@@ -971,7 +971,7 @@ func TestGetPublicOptionsTrades(t *testing.T) {
|
||||
}
|
||||
tmNow := time.Now()
|
||||
result, err = f.GetPublicOptionsTrades(context.Background(),
|
||||
tmNow.AddDate(0, 0, -1), tmNow, "5")
|
||||
tmNow.AddDate(0, 0, -7), tmNow, "5")
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user