File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1288,7 +1288,7 @@ def test_filters(self):
1288
1288
1289
1289
1290
1290
@pytest .mark .skipif (have_fsspec is False , reason = "needs fsspec" )
1291
- class TestN5FSStore (TestFSStore , unittest . TestCase ):
1291
+ class TestN5FSStore (TestFSStore ):
1292
1292
def create_store (self , normalize_keys = False ):
1293
1293
path = tempfile .mkdtemp (suffix = '.n5' )
1294
1294
atexit .register (atexit_rmtree , path )
@@ -1362,7 +1362,7 @@ def test_init_group_overwrite_path(self):
1362
1362
def test_init_group_overwrite_chunk_store (self ):
1363
1363
self ._test_init_group_overwrite_chunk_store ('C' )
1364
1364
1365
- def test_key_separator (self ):
1365
+ def test_dimension_separator (self ):
1366
1366
with pytest .raises (TypeError ):
1367
1367
self .create_store (key_separator = '.' )
1368
1368
You can’t perform that action at this time.
0 commit comments