Remove fluky test (seconds still tick with time_machine)
This commit is contained in:
parent
97ff7d1223
commit
983484accd
@ -4713,9 +4713,8 @@ def test_leverage_prep():
|
||||
('spot', 0, "2021-09-01 00:00:00", "2021-09-01 08:00:00"),
|
||||
('margin', 0, "2021-09-01 00:00:00", "2021-09-01 08:00:00"),
|
||||
('futures', 31, "2021-09-01 00:00:02", "2021-09-01 08:00:01"),
|
||||
('futures', 32, "2021-09-01 00:00:00", "2021-09-01 08:00:01"),
|
||||
('futures', 32, "2021-08-31 23:59:59", "2021-09-01 08:00:01"),
|
||||
('futures', 32, "2021-09-01 00:00:02", "2021-09-01 08:00:02"),
|
||||
('futures', 33, "2021-09-01 00:00:00", "2021-09-01 08:00:02"),
|
||||
('futures', 33, "2021-08-31 23:59:59", "2021-09-01 08:00:02"),
|
||||
('futures', 33, "2021-08-31 23:59:59", "2021-09-01 08:00:03"),
|
||||
('futures', 33, "2021-08-31 23:59:59", "2021-09-01 08:00:04"),
|
||||
|
Loading…
Reference in New Issue
Block a user