test: adapt starting capital tests for tradable_balance_ratio
This commit is contained in:
@@ -1087,7 +1087,7 @@ async def test_balance_handle_empty_response_dry(default_conf, update, mocker) -
|
||||
result = msg_mock.call_args_list[0][0][0]
|
||||
assert msg_mock.call_count == 1
|
||||
assert "*Warning:* Simulated balances in Dry Mode." in result
|
||||
assert "Starting capital: `1000 BTC`" in result
|
||||
assert "Starting capital: `990 BTC`" in result
|
||||
|
||||
|
||||
async def test_balance_handle_too_large_response(default_conf, update, mocker) -> None:
|
||||
|
||||
Reference in New Issue
Block a user