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 efc560e commit 07cf784
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 @@ -3709,6 +3709,7 @@ def test_set_data_io_old_api(self):
with self.assertWarnsWith(DeprecationWarning, msg):
self.obj.set_data_io("data1", H5DataIO, chunks=True)
self.assertIsInstance(self.obj.data1, H5DataIO)
self.assertTrue(self.obj.data1.chunks)


class TestDataSetDataIO(TestCase):
Expand Down

0 comments on commit 07cf784

Please sign in to comment.