Skip to content

Commit

Permalink
Remove temporary print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
genziano authored and jayqi committed Feb 15, 2021
1 parent 1a3df2f commit b0a8953
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_cloudpath_file_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ def test_cloud_path_download_to(rig, tmp_path):
p = rig.create_cloud_path("dir_0/file0_0.txt")
dl_dir = tmp_path
assert not (dl_dir / p.name).exists()
print(list(dl_dir.iterdir()))
p.download_to(dl_dir)
print(list(dl_dir.iterdir()))
assert (dl_dir / p.name).is_file()


Expand Down

0 comments on commit b0a8953

Please sign in to comment.