mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
Fix some coingecko spellings
This commit is contained in:
@@ -490,10 +490,10 @@ def user_dir(mocker, tmp_path) -> Path:
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def patch_coingekko(mocker) -> None:
|
||||
def patch_coingecko(mocker) -> None:
|
||||
"""
|
||||
Mocker to coingekko to speed up tests
|
||||
:param mocker: mocker to patch coingekko class
|
||||
Mocker to coingecko to speed up tests
|
||||
:param mocker: mocker to patch coingecko class
|
||||
:return: None
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user