Skip to content

Commit

Permalink
Fix expected for cloudscraper instead of stateful browser
Browse files Browse the repository at this point in the history
  • Loading branch information
seankim658 committed Oct 25, 2024
1 parent 4fe156a commit e01aa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ def test_get_gameattribs(browser):

def test_get_program_ratings(browser):
df = kpmisc.get_program_ratings(browser)
expected = (len(browser.page.select("tr:not(:has(th))")), 17)
expected = (362, 17)
assert df.shape == expected

0 comments on commit e01aa17

Please sign in to comment.