Skip to content

Commit

Permalink
Merge branch 'master' into fix/iss-793
Browse files Browse the repository at this point in the history
  • Loading branch information
probberechts committed Jan 21, 2025
2 parents e2a9540 + fb8d537 commit e56c771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_MatchHistory.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ def test_read_games(match_epl_5y: MatchHistory) -> None:
df = match_epl_5y.read_games()
assert isinstance(df, pd.DataFrame)
assert len(df.index.get_level_values("season").unique()) == 5
assert len(df) == 2107
assert len(df) > 0
assert not any("" in c for c in df.columns)

0 comments on commit e56c771

Please sign in to comment.