Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiku committed Aug 24, 2020
1 parent eee8781 commit 7187702
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/test_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ def test_orders(reqmock):
"filled_at": "2018-03-09T19:05:27Z",
"failed_at": "2018-03-09T19:05:27Z",
"filled_qty": "0",
"hwm": None,
"trail_percent": None,
"trail_price": None,
"hwm": null,
"trail_percent": null,
"trail_price": null,
"failured_reason": "string",
"cancel_requested_at": "2018-03-09T19:05:27Z",
"submitted_at": "2018-03-09T19:05:27Z"
Expand Down Expand Up @@ -136,9 +136,9 @@ def test_orders(reqmock):
"filled_at": "2018-03-09T19:05:27Z",
"failed_at": "2018-03-09T19:05:27Z",
"filled_qty": "0",
"hwm": None,
"trail_percent": None,
"trail_price": None,
"hwm": null,
"trail_percent": null,
"trail_price": null,
"failured_reason": "string",
"cancel_requested_at": "2018-03-09T19:05:27Z",
"submitted_at": "2018-03-09T19:05:27Z"
Expand Down Expand Up @@ -224,9 +224,9 @@ def test_orders(reqmock):
"filled_at": "2018-03-09T05:50:50Z",
"failed_at": "2018-03-09T05:50:50Z",
"filled_qty": "0",
"hwm": None,
"trail_percent": None,
"trail_price": None,
"hwm": null,
"trail_percent": null,
"trail_price": null,
"failured_reason": "string",
"cancel_requested_at": "2018-03-09T05:50:50Z",
"submitted_at": "2018-03-09T05:50:50Z"
Expand Down Expand Up @@ -258,9 +258,9 @@ def test_orders(reqmock):
"filled_at": "2018-03-09T05:50:50Z",
"failed_at": "2018-03-09T05:50:50Z",
"filled_qty": "0",
"hwm": None,
"trail_percent": None,
"trail_price": None,
"hwm": null,
"trail_percent": null,
"trail_price": null,
"failured_reason": "string",
"cancel_requested_at": "2018-03-09T05:50:50Z",
"submitted_at": "2018-03-09T05:50:50Z"
Expand Down

0 comments on commit 7187702

Please sign in to comment.