Skip to content

Commit 8805c35

Browse files
committed
restore memorystore
1 parent 8db5fa7 commit 8805c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ async def test_nchunks_initialized(
388388
"""
389389
Test that nchunks_initialized accurately returns the number of stored partitions.
390390
"""
391-
store = {}
391+
store = MemoryStore()
392392
if shard_shape is None:
393393
chunks_per_shard = 1
394394
else:

0 commit comments

Comments
 (0)