Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed May 6, 2024
1 parent 507a562 commit d397b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pyathena/filesystem/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def test_info_dir(self, fs):
assert info.name == fs._strip_protocol(dir)
assert info.bucket == bucket
assert info.key == key.rstrip("/")
assert info.last_modified >= now
assert info.last_modified is None
assert info.size == 0
assert info.etag is None
assert info.type == S3ObjectType.S3_OBJECT_TYPE_DIRECTORY
Expand Down

0 comments on commit d397b1e

Please sign in to comment.