Skip to content

Commit

Permalink
fix pick unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendt94 committed Oct 2, 2023
1 parent 91d8290 commit adc35f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/football/unit/test_league.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_draft(self, m):
self.assertEqual(repr(first_pick), 'Pick(Le\'Veon Bell, Team(Rollin\' With Mahomies))')
self.assertEqual(third_pick.round_num, 1)
self.assertEqual(third_pick.round_pick, 3)
self.assertEqual(third_pick.auction_repr(), 'T M, 13934, Antonio Brown, 0, False')
self.assertEqual(third_pick.auction_repr(), 'Team(Goin\' HAM Newton), 13934, Antonio Brown, 0, False')

# TODO need to get data for most recent season
# @requests_mock.Mocker()
Expand Down

0 comments on commit adc35f2

Please sign in to comment.