From e2d8d299059cf62ed214c610abf26e5718d4d67c Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Mon, 11 Nov 2024 17:48:37 -0800 Subject: [PATCH] Update tests/integration/hdf5/test_io.py --- tests/integration/hdf5/test_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/hdf5/test_io.py b/tests/integration/hdf5/test_io.py index 795ce722c..1e6ed0593 100644 --- a/tests/integration/hdf5/test_io.py +++ b/tests/integration/hdf5/test_io.py @@ -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"