Update tests for removed order_book_max option

This commit is contained in:
Matthias
2021-06-25 20:41:41 +02:00
parent ae6a5c908e
commit 8c542e4028
4 changed files with 11 additions and 10 deletions

View File

@@ -290,8 +290,7 @@ def get_default_conf(testdatadir):
},
"ask_strategy": {
"use_order_book": False,
"order_book_min": 1,
"order_book_max": 1
"order_book_top": 1,
},
"exchange": {
"name": "binance",