From 230e5d002afd777c3ffe11eaf23da950098adfb1 Mon Sep 17 00:00:00 2001 From: mavaylon1 Date: Wed, 20 Sep 2023 08:05:11 -0700 Subject: [PATCH] tests pass --- tests/unit/test_io_convert.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/test_io_convert.py b/tests/unit/test_io_convert.py index 2177e037..5a553712 100644 --- a/tests/unit/test_io_convert.py +++ b/tests/unit/test_io_convert.py @@ -256,8 +256,8 @@ class MixinTestZarrToHDF5(): NestedDirectoryStore('test_export_NestedDirectoryStore.zarr')] EXPORT_PATHS = [None, ] - # def get_manager(self): - # return get_hdmfcommon_manager() + def get_manager(self): + return get_hdmfcommon_manager() def roundtripExportContainer(self, container, write_path, export_path): with ZarrIO(write_path, manager=self.get_manager(), mode='w') as write_io: