Fix test for fixed typo

This commit is contained in:
Matthias 2021-08-16 20:02:25 +02:00
parent f24a951ec5
commit 0264d77d86
1 changed files with 1 additions and 1 deletions

View File

@ -2182,7 +2182,7 @@ def test_get_historic_trades_notsupported(default_conf, mocker, caplog, exchange
pair = 'ETH/BTC'
with pytest.raises(OperationalException,
match="This exchange does not suport downloading Trades."):
match="This exchange does not support downloading Trades."):
exchange.get_historic_trades(pair, since=trades_history[0][0],
until=trades_history[-1][0])