8000 fix typo in store integration test (#2223) · zarr-developers/zarr-python@fb28fa5 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb28fa5

Browse files
authored
fix typo in store integration test (#2223)
1 parent 6900754 commit fb28fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/testing/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_store_eq(self, store: S, store_kwargs: dict[str, Any]) -> None:
5858
store2 = self.store_cls(**store_kwargs)
5959
assert store == store2
6060

61-
def test_serizalizable_store(self, store: 4DE5 S) -> None:
61+
def test_serializable_store(self, store: S) -> None:
6262
foo = pickle.dumps(store)
6363
assert pickle.loads(foo) == store
6464

0 commit comments

Comments
 (0)
0