Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jan 15, 2025
1 parent 0bb8f1a commit 9019e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/io/test_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9019e7a

Please sign in to comment.