Skip to content

Commit

Permalink
added timestamp on events
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBlumberg committed Apr 12, 2020
1 parent c75d539 commit d07aec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sbdataextraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_get_events_for_game():
events_df = season_11_37[69153].get_events_for_game()
assert isinstance(events_df, pd.DataFrame), \
"""get_events_for_game should return a pandas data frame"""
assert events_df.shape[1] == 11, \
assert events_df.shape[1] == 12, \
"""Events data frame returned by get_events_for_game
should have 11 columns"""

Expand Down

0 comments on commit d07aec2

Please sign in to comment.