Skip to content

Commit

Permalink
i learned how to run the test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmanc committed Oct 19, 2021
1 parent 882f4aa commit 2738688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/football/integration/test_league.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ def test_box_scores(self):
box_scores = league.box_scores(week=2)

self.assertEqual(repr(box_scores[1].away_team), 'Team(TEAM BERRY)')
self.assertEqual(repr(box_scores[1].away_lineup[1]), 'Player(Odell Beckham Jr., points:29, projected:16)')
self.assertEqual(repr(box_scores[1].away_lineup[1]), 'Player(Odell Beckham Jr., points:29.0, projected:16.72)')
self.assertEqual(repr(box_scores[1]), 'Box Score(Team(TEAM BERRY) at Team(TEAM HOLLAND))')

0 comments on commit 2738688

Please sign in to comment.