chore: remove unused fixture

This commit is contained in:
Matthias
2025-01-28 07:28:21 +01:00
parent fd4cd11de2
commit 486a4ed5c0

View File

@@ -1779,15 +1779,6 @@ def limit_buy_order_open():
}
@pytest.fixture(scope="function")
def limit_buy_order(limit_buy_order_open):
order = deepcopy(limit_buy_order_open)
order["status"] = "closed"
order["filled"] = order["amount"]
order["remaining"] = 0.0
return order
@pytest.fixture
def limit_buy_order_old():
return {