Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Sep 29, 2023
1 parent 018e9e4 commit bf31904
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 @@ -217,7 +217,7 @@ class MixinTestHDF5ToZarr():
DirectoryStore('test_export_DirectoryStore.zarr'),
TempStore(),
NestedDirectoryStore('test_export_NestedDirectoryStore.zarr')]
TARGET_FORMAT = "Zarr"
TARGET_FORMAT = "ZARR"

def get_manager(self):
return get_hdmfcommon_manager()
Expand Down Expand Up @@ -282,7 +282,7 @@ class MixinTestZarrToZarr():
DirectoryStore('test_export_DirectoryStore_Export.zarr'),
TempStore(dir=os.path.dirname(__file__)), # set dir to avoid switching drives on Windows
NestedDirectoryStore('test_export_NestedDirectoryStore_Export.zarr')]
TARGET_FORMAT = "Zarr"
TARGET_FORMAT = "ZARR"

def get_manager(self):
return get_hdmfcommon_manager()
Expand Down

0 comments on commit bf31904

Please sign in to comment.