Skip to content

Commit

Permalink
Update test_thread_scrape.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sakan811 authored Jun 16, 2024
1 parent d590e5c commit d9497ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_thread_scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ def test_thread_scraper() -> None:
df = thread_scrape.thread_scrape(timezone=city_timezone, max_workers=5)

assert not df.empty
# Check row
assert df.shape[0] == 2

# Check column
assert df.shape[1] == 7
Expand Down

0 comments on commit d9497ef

Please sign in to comment.