Skip to content

Commit

Permalink
Remove empty roster test
Browse files Browse the repository at this point in the history
  • Loading branch information
panzarino committed Aug 28, 2017
1 parent 5d70285 commit 112f9c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ def test_roster(self):
self.assertEqual(player.team_id, 121)
self.assertEqual(player.team_name, 'New York Mets')

def test_roster_empty(self):
self.assertRaises(ValueError, lambda: mlbgame.roster('team_id'))

def test_standings(self):
standings = mlbgame.standings()
self.assertEqual(standings.standings_schedule_date, 'standings_schedule_date')
Expand Down

0 comments on commit 112f9c9

Please sign in to comment.