Skip to content

Commit

Permalink
Fix function typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdabbas committed Oct 31, 2023
1 parent d5fc8c2 commit 1a38bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_header_spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ def test_crawl_headers_raises_on_wrong_file_extension():

@pytest.mark.parametrize("column", ["url", "crawl_time", "status"])
def test_crawl_headers_returns_df(headers_crawl_df, column):
if platform.system != "Windows":
if platform.system() != "Windows":
assert column in headers_crawl_df

0 comments on commit 1a38bf4

Please sign in to comment.