mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 10:33:08 +00:00
chore: remove unused fixture
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user