Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed May 21, 2024
1 parent d8921f3 commit 7f99ad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_io_hdf5_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def test_basic_read_s3_with_aws_region(self):

with get_hdf5io(s3_path, "r", manager=self.manager, driver="ros3", aws_region="us-east-2") as io:
io.read()
assert io.aws_region == "us-east-2"

def test_get_namespaces(self):
s3_path = "https://dandiarchive.s3.amazonaws.com/blobs/11e/c89/11ec8933-1456-4942-922b-94e5878bb991"
Expand Down

0 comments on commit 7f99ad5

Please sign in to comment.