mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-01 01:23:04 +00:00
changes
This commit is contained in:
@@ -903,7 +903,8 @@ def test_to_json(default_conf, fee):
|
||||
'buy_tag': None,
|
||||
'timeframe': None,
|
||||
'exchange': 'binance',
|
||||
'filled_buys': {}
|
||||
'filled_buys': [],
|
||||
'filled_sells': []
|
||||
}
|
||||
|
||||
# Simulate dry_run entries
|
||||
@@ -971,7 +972,8 @@ def test_to_json(default_conf, fee):
|
||||
'buy_tag': 'buys_signal_001',
|
||||
'timeframe': None,
|
||||
'exchange': 'binance',
|
||||
'filled_buys': {}
|
||||
'filled_buys': [],
|
||||
'filled_sells': []
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user