Skip to content

Commit

Permalink
tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Sep 20, 2023
1 parent 6d49b3e commit 230e5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_io_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 230e5d0

Please sign in to comment.