Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
john-jam committed Aug 9, 2023
1 parent 8747cb5 commit cdde7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/tests/abstract/copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_copy_file_to_existing_directory(

target = fs_target
fs.mkdir(target)
if supports_empty_directories:
if not supports_empty_directories:
# Force target directory to exist by adding a dummy file
fs.touch(fs_join(target, "dummy"))
assert fs.isdir(target)
Expand Down

0 comments on commit cdde7f4

Please sign in to comment.