Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec committed Jun 3, 2022
1 parent 45a498a commit af356b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ def test_get_option_chain_strike_range(self):
self.make_url('/v1/marketdata/chains'), params={
'apikey': API_KEY,
'symbol': 'AAPL',
'range': 'IN_THE_MONEY'})
'range': 'ITM'})


def test_get_option_chain_strike_range_unchecked(self):
Expand Down

0 comments on commit af356b9

Please sign in to comment.