Fixed typo in test file

This commit is contained in:
Ron Klinkien 2022-03-30 12:41:41 +02:00
parent 3ed7f3f2df
commit c42af7d095
1 changed files with 1 additions and 1 deletions

View File

@ -1222,7 +1222,7 @@ def test_forcesell_no_tradeid(default_conf, update, mocker) -> None:
update = MagicMock()
update.callback_query = MagicMock()
update.callback_query.data = '1 XRP/USDT 1h 2.20% (1.20)'
telegram._forcsell_inline(update, None)
telegram._forcesell_inline(update, None)
assert fsell_mock.call_count == 1