Skip to content

Commit

Permalink
fix teamstats test
Browse files Browse the repository at this point in the history
  • Loading branch information
j-andrews7 authored Jan 29, 2024
1 parent 8061ce6 commit 8a2c339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_get_fourfactors(browser):

def test_get_teamstats(browser):
expected = ['Louisville', 'ACC', '34.2', '177', '50.6', '161', '77.7', '8', '10.6', '272', '8.3', '101', '9.2',
'128', '53.6', '122', '43.7', '56']
'128', '53.6', '122', '43.7', '56', '113.7', '28']

df = kpsum.get_teamstats(browser, season = '2019')
assert [str(i) for i in df[df.Team == 'Louisville'].iloc[0].to_list()] == expected
Expand Down

0 comments on commit 8a2c339

Please sign in to comment.