From 2dc46ca0b8cfc4c78d4eb387cbb50046e736c8bf Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 6 Jul 2022 07:07:28 +0200 Subject: [PATCH] Add cost to partial test buy order --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index e9161d77e..2e447c281 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1694,6 +1694,7 @@ def limit_buy_order_old_partial(): 'price': 0.00001099, 'amount': 90.99181073, 'filled': 23.0, + 'cost': 90.99181073 * 23.0, 'remaining': 67.99181073, 'status': 'open' }