From 4bdb47abe596a8c1ebeb90b7699def4c462dd01c Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Thu, 11 Jan 2024 11:03:25 -0800 Subject: [PATCH] Update tests/unit/test_zarrdataio.py --- tests/unit/test_zarrdataio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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