diff --git a/tests/unit/test_zarrdataio.py b/tests/unit/test_zarrdataio.py index bb5a1fe2..d6070784 100644 --- a/tests/unit/test_zarrdataio.py +++ b/tests/unit/test_zarrdataio.py @@ -218,7 +218,7 @@ def test_from_h5py_dataset(self): # Close the HDF5 file h5file.close() - def test_from_h5py_datase_bytes_fillvaluet(self): + def test_from_h5py_dataset_bytes_fillvalue(self): """ Test ZarrDataIO.from_h5py_dataset with a fillvalue that is in bytes, which needs to be handled separately since bytes are not JSON serializable by default