Align /balance output to show everything in stake currency

the conversation to BTC does not make sense
This commit is contained in:
Matthias
2019-12-24 06:58:30 +01:00
parent 20b52fcef9
commit a105e5664a
3 changed files with 5 additions and 4 deletions

View File

@@ -534,7 +534,7 @@ def test_balance_handle_empty_response_dry(default_conf, update, mocker) -> None
telegram._balance(update=update, context=MagicMock())
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 "*Warning:* Simulated balances in Dry Mode." in result
assert "Starting capital: `1000` BTC" in result