Skip to content

Commit

Permalink
Update tests/unit/test_zarrdataio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jan 11, 2024
1 parent b5c9322 commit 4bdb47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_zarrdataio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bdb47a

Please sign in to comment.