Skip to content

Commit

Permalink
Adding new test: PlayerGameLogs
Browse files Browse the repository at this point in the history
  • Loading branch information
swar committed Nov 10, 2019
1 parent 197a04c commit 24f23aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/stats/deferred_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def __call__(self):
DeferredEndpoint(ep.PlayerFantasyProfile, player_id='2544'),
DeferredEndpoint(ep.PlayerFantasyProfileBarGraph, player_id='2544'),
DeferredEndpoint(ep.PlayerGameLog, player_id='2544'),
DeferredEndpoint(ep.PlayerGameLogs, player_id_nullable='2544'),
DeferredEndpoint(ep.PlayerGameStreakFinder),
DeferredEndpoint(ep.PlayerNextNGames, player_id='2544'),
DeferredEndpoint(ep.PlayerProfileV2, player_id='2544'),
Expand Down

0 comments on commit 24f23aa

Please sign in to comment.