From 2595874cf24a39ad0508e0bc231b480136e63d88 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Mon, 27 Nov 2023 17:39:28 -0800 Subject: [PATCH] Update test_fsspec_streaming.py --- tests/unit/test_fsspec_streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_fsspec_streaming.py b/tests/unit/test_fsspec_streaming.py index 29d29ac1..6fe71e0a 100644 --- a/tests/unit/test_fsspec_streaming.py +++ b/tests/unit/test_fsspec_streaming.py @@ -8,7 +8,7 @@ class TestFSSpecStreaming(unittest.TestCase): @unittest.skipIf(not HAVE_FSSPEC, "fsspec not installed") def test_fsspec_streaming(self): - # PLACEHOLDER test file from Allen Insitute for Neural Dynamics + # PLACEHOLDER test file from Allen Institute for Neural Dynamics # TODO: store a small test file and use it to speed up testing remote_path = ( "s3://aind-open-data/ecephys_625749_2022-08-03_15-15-06_nwb_2023-05-16_16-34-55/"