Skip to content

Commit

Permalink
ftx: set TestGetPublicOptionsTrades start date one week from current …
Browse files Browse the repository at this point in the history
…date to allow for more trade volume (thrasher-corp#857)
  • Loading branch information
thrasher- authored Dec 14, 2021
1 parent feb05f1 commit 9a1fd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/ftx/ftx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 9a1fd79

Please sign in to comment.