Skip to content

Commit

Permalink
remove test_fetch_related_client_sentiment_by_instrument()
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature authored Jan 7, 2025
1 parent 2c09788 commit 59e51e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,13 +387,6 @@ def test_fetch_client_sentiment_by_instrument_multiple(self, ig_service: IGServi
for sentiment in response["clientSentiments"]:
self.assert_sentiment(sentiment)

def test_fetch_related_client_sentiment_by_instrument(self, ig_service: IGService):
market_id = self.get_random_market_id()
df = ig_service.fetch_related_client_sentiment_by_instrument(market_id)
rows = df.to_dict("records")
for sentiment in rows:
self.assert_sentiment(sentiment)

@staticmethod
def assert_sentiment(response):
long = response["longPositionPercentage"]
Expand Down

0 comments on commit 59e51e0

Please sign in to comment.