Skip to content

Commit

Permalink
Uncomment fixed test for 2018-2019 season (#73)
Browse files Browse the repository at this point in the history
This test is successful now that #61 has been merged.

This should not trigger a new release.
  • Loading branch information
jaebradley committed Jan 6, 2019
1 parent 4f366af commit a0bc06c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test_integration_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,9 @@ def test_2018_season_schedule(self):
schedule = client.season_schedule(season_end_year=2018)
self.assertIsNotNone(schedule)

# TODO: @jaebradley there's an open PR that's fixing this broken test
# def test_2019_season_schedule(self):
# schedule = client.season_schedule(season_end_year=2019)
# self.assertIsNotNone(schedule)
def test_2019_season_schedule(self):
schedule = client.season_schedule(season_end_year=2019)
self.assertIsNotNone(schedule)

def test_2001_player_season_totals(self):
player_season_totals = client.players_season_totals(season_end_year=2001)
Expand Down

0 comments on commit a0bc06c

Please sign in to comment.