reduce arrow in tests

This commit is contained in:
Matthias
2023-05-14 11:19:36 +02:00
parent d131dd4050
commit 29fdcdbf56
4 changed files with 23 additions and 19 deletions
+1 -1
View File
@@ -6003,7 +6003,7 @@ def test_position_adjust(mocker, default_conf_usdt, fee) -> None:
'ft_is_open': False,
'id': '651',
'order_id': '651',
'datetime': arrow.utcnow().isoformat(),
'datetime': dt_now().isoformat(),
}
mocker.patch(f'{EXMS}.create_order', MagicMock(return_value=closed_dca_order_1))