Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RyouMon committed Dec 23, 2023
1 parent e2fcb9e commit 011d59f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_file_path_should_call_item_get_filepath(self):
def test_should_create_comic_archive_when_close_spider(self, mock_create_comic_archive, tmp_path):
pipeline = FavoritesFilePipeline('mock_path')
pipeline.files_path = tmp_path
(tmp_path / 'comic').mkdir()
pipeline.comic_comments = {'comic': b'comment'}

pipeline.close_spider(None)
Expand Down

0 comments on commit 011d59f

Please sign in to comment.