mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 18:13:04 +00:00
chore: ruff format updates
This commit is contained in:
@@ -111,7 +111,7 @@ def test_load_config_file_error_range(default_conf, mocker, caplog) -> None:
|
||||
|
||||
x = log_config_error_range("somefile", "Parse error at offset 4: Invalid value.")
|
||||
assert isinstance(x, str)
|
||||
assert x == ' "max_open_trades": 1,\n "stake_currency": "BTC",\n' ' "stake_amount": .001,'
|
||||
assert x == ' "max_open_trades": 1,\n "stake_currency": "BTC",\n "stake_amount": .001,'
|
||||
|
||||
x = log_config_error_range("-", "")
|
||||
assert x == ""
|
||||
|
||||
Reference in New Issue
Block a user