mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Fixed typo 'emoij' in test file too
This commit is contained in:
parent
172ca761f2
commit
d20762aa01
|
@ -1505,7 +1505,7 @@ def test__sell_emoji(default_conf, mocker, msg, expected):
|
|||
freqtradebot = get_patched_freqtradebot(mocker, default_conf)
|
||||
telegram = Telegram(freqtradebot)
|
||||
|
||||
assert telegram._get_sell_emoij(msg) == expected
|
||||
assert telegram._get_sell_emoji(msg) == expected
|
||||
|
||||
|
||||
def test__send_msg(default_conf, mocker) -> None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user