Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendt94 committed Mar 2, 2021
1 parent 6858074 commit 99c2ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basketball/integration/test_league.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_league_box_scores(self):
final_matchup = league.box_scores()[0]
middle_matchup = league.box_scores(matchup_period=7)[0]
# same matchup period but single scoring period
scoring_period_matchup = league.box_scores(scoring_period=48)[0]
scoring_period_matchup = league.box_scores(scoring_period=48, matchup_total=False)[0]

self.assertEqual(final_matchup.home_score, 4240.0)
self.assertEqual(final_matchup.away_lineup[0].points, 156.0)
Expand Down

0 comments on commit 99c2ef1

Please sign in to comment.