Update some db types

This commit is contained in:
Matthias
2023-02-19 20:18:46 +01:00
parent 101d9ab87f
commit 0691bbaad9
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -2440,6 +2440,7 @@ def test_select_filled_orders(fee):
def test_order_to_ccxt(limit_buy_order_open):
order = Order.parse_from_ccxt_object(limit_buy_order_open, 'mocked', 'buy')
order.ft_trade_id = 1
order.query.session.add(order)
Order.query.session.commit()