Use different keys and values
This commit is contained in:
parent
d2589c4415
commit
33940ae66b
@ -52,11 +52,11 @@ def test_list_exchanges(capsys):
|
|||||||
def test_list_timeframes(mocker, capsys):
|
def test_list_timeframes(mocker, capsys):
|
||||||
|
|
||||||
api_mock = MagicMock()
|
api_mock = MagicMock()
|
||||||
api_mock.timeframes = {'1m': '1m',
|
api_mock.timeframes = {'1m': 'oneMin',
|
||||||
'5m': '5m',
|
'5m': 'fiveMin',
|
||||||
'30m': '30m',
|
'30m': 'thirtyMin',
|
||||||
'1h': '1h',
|
'1h': 'hour',
|
||||||
'1d': '1d',
|
'1d': 'day',
|
||||||
}
|
}
|
||||||
patch_exchange(mocker, api_mock=api_mock)
|
patch_exchange(mocker, api_mock=api_mock)
|
||||||
args = [
|
args = [
|
||||||
|
Loading…
Reference in New Issue
Block a user