Fix some coingecko spellings

This commit is contained in:
Matthias
2024-04-25 10:27:16 +02:00
parent 3ca0be7543
commit 2d9be6c818
3 changed files with 13 additions and 13 deletions

View File

@@ -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
"""