Skip to content

Commit

Permalink
Update tests/unit/test_io_hdf5_h5tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Dec 12, 2023
1 parent a215fb1 commit 6e9db90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_io_hdf5_h5tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -3724,3 +3724,4 @@ class MyData(Data):
def test_set_data_io(self):
self.data.set_data_io(H5DataIO, dict(chunks=True))
assert isinstance(self.data.data, H5DataIO)
assert self.data.data.chunks

0 comments on commit 6e9db90

Please sign in to comment.