Skip to content

Commit

Permalink
Update Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KCNilssen committed Apr 3, 2024
1 parent 68a0427 commit ffc9e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/external_tests/mlb/test_mlb.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def test_mlb_get_person_id(self):

def test_mlb_get_person_id_with_sportid(self):
"""mlb get_person_id should return a person id"""
id = self.mlb.get_people_id('Fernando Abad', sport_id=11)
self.assertEqual(id, [472551])
id = self.mlb.get_people_id('Tyler Black', sport_id=11)
self.assertEqual(id, [672012])

def test_mlb_get_invalid_person_id(self):
"""mlb get_person_id should return empty list for invalid name"""
Expand Down

0 comments on commit ffc9e78

Please sign in to comment.