Add small offset to time to avoid random fails

This commit is contained in:
Matthias 2022-04-01 10:49:21 +02:00
parent d1ea5ea856
commit 889fa7bac2
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ def test_update_limit_order(fee, caplog, limit_buy_order_usdt, limit_sell_order_
caplog.clear()
trade.open_order_id = 'something'
time_machine.move_to("2022-03-31 21:45:00 +00:00")
time_machine.move_to("2022-03-31 21:45:05 +00:00")
oobj = Order.parse_from_ccxt_object(exit_order, 'ADA/USDT', exit_side)
trade.update_trade(oobj)