We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6900754 commit fb28fa5Copy full SHA for fb28fa5
src/zarr/testing/store.py
@@ -58,7 +58,7 @@ def test_store_eq(self, store: S, store_kwargs: dict[str, Any]) -> None:
58
store2 = self.store_cls(**store_kwargs)
59
assert store == store2
60
61
- def test_serizalizable_store(self, store: S) -> None:
+ def test_serializable_store(self, store: S) -> None:
62
foo = pickle.dumps(store)
63
assert pickle.loads(foo) == store
64
0 commit comments