Skip to content

Commit a1cb970

Browse files
committed
chore: fix type error in creation of fsstore
1 parent 80e6079 commit a1cb970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2415,7 +2415,7 @@ def create_store(self):
24152415
auto_mkdir=True,
24162416
check=True,
24172417
create=True,
2418-
missing_exceptions=True)
2418+
missing_exceptions=None)
24192419
return store
24202420

24212421
def expected(self):

0 commit comments

Comments
 (0)