Split /stats messages

closes #5869
This commit is contained in:
Matthias
2021-11-14 10:20:04 +01:00
parent 1dc98cc4d5
commit 4d1d8de9b7
2 changed files with 11 additions and 5 deletions

View File

@@ -731,7 +731,7 @@ def test_telegram_stats(default_conf, update, ticker, ticker_sell_up, fee,
telegram._stats(update=update, context=MagicMock())
assert msg_mock.call_count == 1
# assert 'No trades yet.' in msg_mock.call_args_list[0][0][0]
assert 'No trades yet.' in msg_mock.call_args_list[0][0][0]
msg_mock.reset_mock()
# Create some test data