Skip to content

Commit

Permalink
fix: change CompressedFileSpider test name
Browse files Browse the repository at this point in the history
  • Loading branch information
yolile committed May 22, 2023
1 parent 0441df3 commit db44328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base_spiders/test_compressed_file_spider.py
Expand Up @@ -133,7 +133,7 @@ def test_parse_rar_file():
next(generator)


def test_parse_ignore_not_archived_file():
def test_build_not_archived_file():
spider = spider_with_crawler(spider_class=CompressedFileSpider)
spider.data_type = 'release_package'
spider.build_not_archived_file = True
Expand Down

0 comments on commit db44328

Please sign in to comment.