From 9019e7aa0991ae5a8b58e067db3277078a450475 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Wed, 15 Jan 2025 09:35:30 -0600 Subject: [PATCH] codespell --- tests/integration/io/test_read.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/io/test_read.py b/tests/integration/io/test_read.py index 6381b637e..5067182bd 100644 --- a/tests/integration/io/test_read.py +++ b/tests/integration/io/test_read.py @@ -61,7 +61,7 @@ def test_read_zarr_without_hdmf_zarr(self): with self.assertRaisesWith(ValueError, expected_message): read_nwb(path=path) - @unittest.skipIf(not HAVE_NWBZarrIO, "NWBZarrIO library not available. Neeed for correct error message.") + @unittest.skipIf(not HAVE_NWBZarrIO, "NWBZarrIO library not available. Need for correct error message.") def test_read_invalid_file(self): """Test attempting to read a file that exists but is neither HDF5 nor Zarr.""" with tempfile.TemporaryDirectory() as temp_dir: