We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887fda7 commit 68c4becCopy full SHA for 68c4bec
1 file changed
tests/external_tests/mlb/test_mlb.py
@@ -89,11 +89,6 @@ def test_mlb_get_person_id(self):
89
id = self.mlb.get_people_id('Ty France')
90
self.assertEqual(id, [664034])
91
92
- def test_mlb_get_person_id_with_sportid(self):
93
- """mlb get_person_id should return a person id"""
94
- id = self.mlb.get_people_id('Tyler Black', sport_id=11)
95
- self.assertEqual(id, [672012])
96
-
97
def test_mlb_get_invalid_person_id(self):
98
"""mlb get_person_id should return empty list for invalid name"""
99
id = self.mlb.get_people_id('Joe Blow')
0 commit comments