Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan King committed Jan 23, 2024
1 parent 90a3382 commit c7e7a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hail/python/test/hailtop/inter_cloud/test_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ async def test_basename_of_file_ending_in_slash_is_empty_in_cloud(
if base.scheme in ('', 'file'):
return

await fs.write(base.with_new_path_component('file-is-folder/'), b'')
await fs.write(str(base.with_new_path_component('file-is-folder/')), b'')

files = [x async for x in await fs.listfiles(str(base))]
assert len(files) == 1
Expand Down

0 comments on commit c7e7a87

Please sign in to comment.