Skip to content

Commit 7187702

Browse files
committed
fix tests
1 parent eee8781 commit 7187702

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/test_rest.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ def test_orders(reqmock):
102102
"filled_at": "2018-03-09T19:05:27Z",
103103
"failed_at": "2018-03-09T19:05:27Z",
104104
"filled_qty": "0",
105-
"hwm": None,
106-
"trail_percent": None,
107-
"trail_price": None,
105+
"hwm": null,
106+
"trail_percent": null,
107+
"trail_price": null,
108108
"failured_reason": "string",
109109
"cancel_requested_at": "2018-03-09T19:05:27Z",
110110
"submitted_at": "2018-03-09T19:05:27Z"
@@ -136,9 +136,9 @@ def test_orders(reqmock):
136136
"filled_at": "2018-03-09T19:05:27Z",
137137
"failed_at": "2018-03-09T19:05:27Z",
138138
"filled_qty": "0",
139-
"hwm": None,
140-
"trail_percent": None,
141-
"trail_price": None,
139+
"hwm": null,
140+
"trail_percent": null,
141+
"trail_price": null,
142142
"failured_reason": "string",
143143
"cancel_requested_at": "2018-03-09T19:05:27Z",
144144
"submitted_at": "2018-03-09T19:05:27Z"
@@ -224,9 +224,9 @@ def test_orders(reqmock):
224224
"filled_at": "2018-03-09T05:50:50Z",
225225
"failed_at": "2018-03-09T05:50:50Z",
226226
"filled_qty": "0",
227-
"hwm": None,
228-
"trail_percent": None,
229-
"trail_price": None,
227+
"hwm": null,
228+
"trail_percent": null,
229+
"trail_price": null,
230230
"failured_reason": "string",
231231
"cancel_requested_at": "2018-03-09T05:50:50Z",
232232
"submitted_at": "2018-03-09T05:50:50Z"
@@ -258,9 +258,9 @@ def test_orders(reqmock):
258258
"filled_at": "2018-03-09T05:50:50Z",
259259
"failed_at": "2018-03-09T05:50:50Z",
260260
"filled_qty": "0",
261-
"hwm": None,
262-
"trail_percent": None,
263-
"trail_price": None,
261+
"hwm": null,
262+
"trail_percent": null,
263+
"trail_price": null,
264264
"failured_reason": "string",
265265
"cancel_requested_at": "2018-03-09T05:50:50Z",
266266
"submitted_at": "2018-03-09T05:50:50Z"

0 commit comments

Comments
 (0)