Deleting must delete orders first

This commit is contained in:
Matthias
2020-09-06 14:27:36 +02:00
parent b7662722ba
commit a78d61150c
5 changed files with 10 additions and 8 deletions

View File

@@ -1074,6 +1074,3 @@ def test_update_order_from_ccxt():
assert o.remaining == 0.0
assert not o.ft_is_open
assert o.order_filled_date is not None