Skip to content

Commit

Permalink
Update tests/integration/hdf5/test_io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Nov 12, 2024
1 parent b63dade commit e2d8d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/hdf5/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ def test_read_nwb_method_file(self):
read_nwbfile.get_read_io().close()

@unittest.skipIf(not HAVE_FSSPEC, "fsspec library not available")
def test_read_nwb_method_s3_path():
def test_read_nwb_method_s3_path(self):
s3_test_path = "https://dandiarchive.s3.amazonaws.com/blobs/11e/c89/11ec8933-1456-4942-922b-94e5878bb991"
read_nwbfile = NWBHDF5IO.read_nwb(path=s3_test_path)
assert read_nwbfile.identifier == "3f77c586-6139-4777-a05d-f603e90b1330"
Expand Down

0 comments on commit e2d8d29

Please sign in to comment.