Skip to content

Commit

Permalink
chore: remove unused fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jan 28, 2025
1 parent fd4cd11 commit 486a4ed
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 486a4ed

Please sign in to comment.