Skip to content

Commit 56abf6e

Browse files
author
Shlomi Kushchi
authored
timestamp now in nanoseconds
1 parent 8dac333 commit 56abf6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_rest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def test_data(reqmock):
399399
"cond2": 16,
400400
"cond3": 0,
401401
"cond4": 0,
402-
"timestamp": 1518086464720
402+
"timestamp": 1518101436000900000
403403
}
404404
}
405405
'''
@@ -422,7 +422,7 @@ def test_data(reqmock):
422422
"bidprice": 159.45,
423423
"bidsize": 20,
424424
"bidexchange": 12,
425-
"timestamp": 1518086601843
425+
"timestamp": 1518101436000900000
426426
}
427427
}'''
428428
)

0 commit comments

Comments
 (0)