Skip to content

Commit 761dbb6

Browse files
authored
Update test_download_manager.py
1 parent 678d287 commit 761dbb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_download_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def test_download_manager_delete_extracted_files(xz_file):
131131
assert extracted_path == dl_manager.extracted_paths[xz_file]
132132
extracted_path = Path(extracted_path)
133133
parts = extracted_path.parts
134-
# import pdb; pdb.set_trace()
135134
assert parts[-1] == hash_url_to_filename(str(xz_file), etag=None)
136135
assert parts[-2] == extracted_subdir
137136
assert extracted_path.exists()

0 commit comments

Comments
 (0)