Skip to content

Commit

Permalink
Update test_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanramoscfa committed Sep 25, 2024
1 parent 361f411 commit 71af62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def test_coin_historical_market_data_by_dates(self, mock_get):
self.assertListEqual(list(historical_data_df.columns), expected_columns)

# ---------- /coins/{id}/market_chart for multiple tickers ---------- #
@patch.object(CoinGeckoAPI, 'multiple_coins_ohlc_data')
@patch.object(CoinGeckoAPI, 'coin_historical_market_data')
def test_multiple_coins_historical_data(self, mock_get):
"""Test fetching historical market data for multiple coins."""
# Prepare mock response
Expand Down

0 comments on commit 71af62f

Please sign in to comment.