We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65d2c9 commit 88919f6Copy full SHA for 88919f6
tests/external_tests/mlb/test_mlb.py
@@ -132,11 +132,6 @@ def test_mlb_get_team_id(self):
132
id = self.mlb.get_team_id('Seattle Mariners')
133
self.assertEqual(id, [136])
134
135
- def test_mlb_get_team_minor_id(self):
136
- """mlb get_team_id should return a list of matching team id's"""
137
- id = self.mlb.get_team_id('DSL Brewers 2')
138
- self.assertEqual(id, [2101])
139
-
140
def test_mlb_get_bad_team_id(self):
141
"""mlb get_team_id should return a empty list for invalid team name"""
142
id = self.mlb.get_team_id('Banananananana')
0 commit comments