Skip to content

Commit be8f37f

Browse files
committed
remove outdated unittest ref and fix the name of a test func
1 parent bb1121c commit be8f37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zarr/tests/test_storage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ def test_filters(self):
12881288

12891289

12901290
@pytest.mark.skipif(have_fsspec is False, reason="needs fsspec")
1291-
class TestN5FSStore(TestFSStore, unittest.TestCase):
1291+
class TestN5FSStore(TestFSStore):
12921292
def create_store(self, normalize_keys=False):
12931293
path = tempfile.mkdtemp(suffix='.n5')
12941294
atexit.register(atexit_rmtree, path)
@@ -1362,7 +1362,7 @@ def test_init_group_overwrite_path(self):
13621362
def test_init_group_overwrite_chunk_store(self):
13631363
self._test_init_group_overwrite_chunk_store('C')
13641364

1365-
def test_key_separator(self):
1365+
def test_dimension_separator(self):
13661366
with pytest.raises(TypeError):
13671367
self.create_store(key_separator='.')
13681368

0 commit comments

Comments
 (0)