Update test to use limit_buy_order

This commit is contained in:
Matthias
2019-10-17 19:33:21 +02:00
parent df62dd65d3
commit a39d51d7d0
2 changed files with 7 additions and 14 deletions

View File

@@ -896,12 +896,6 @@ def result(testdatadir):
return parse_ticker_dataframe(json.load(data_file), '1m', pair="UNITTEST/BTC",
fill_missing=True)
# FIX:
# Create an fixture/function
# that inserts a trade of some type and open-status
# return the open-order-id
# See tests in rpc/main that could use this
@pytest.fixture(scope="function")
def trades_for_order():