mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
Fix typos discovered by codespell
This commit is contained in:
@@ -1619,7 +1619,7 @@ def test_api_pair_history(botclient, mocker):
|
||||
assert 'data' in result
|
||||
data = result['data']
|
||||
assert len(data) == 289
|
||||
# analyed DF has 30 columns
|
||||
# analyzed DF has 30 columns
|
||||
assert len(result['columns']) == 30
|
||||
assert len(data[0]) == 30
|
||||
date_col_idx = [idx for idx, c in enumerate(result['columns']) if c == 'date'][0]
|
||||
|
||||
Reference in New Issue
Block a user