Skip to content

Commit 486a4ed

Browse files
committed
chore: remove unused fixture
1 parent fd4cd11 commit 486a4ed

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/conftest.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,15 +1779,6 @@ def limit_buy_order_open():
17791779
}
17801780

17811781

1782-
@pytest.fixture(scope="function")
1783-
def limit_buy_order(limit_buy_order_open):
1784-
order = deepcopy(limit_buy_order_open)
1785-
order["status"] = "closed"
1786-
order["filled"] = order["amount"]
1787-
order["remaining"] = 0.0
1788-
return order
1789-
1790-
17911782
@pytest.fixture
17921783
def limit_buy_order_old():
17931784
return {

0 commit comments

Comments
 (0)