Skip to content

Commit 68c4bec

Browse files
committed
removed failing test for get_person_id and sport_id
1 parent 887fda7 commit 68c4bec

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/external_tests/mlb/test_mlb.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@ def test_mlb_get_person_id(self):
8989
id = self.mlb.get_people_id('Ty France')
9090
self.assertEqual(id, [664034])
9191

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-
9792
def test_mlb_get_invalid_person_id(self):
9893
"""mlb get_person_id should return empty list for invalid name"""
9994
id = self.mlb.get_people_id('Joe Blow')

0 commit comments

Comments
 (0)