Skip to content

Commit 361ad09

Browse files
committed
Fix attrs test
1 parent 97e7403 commit 361ad09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/tests/test_attrs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def zarr_version(request):
2222

2323
def _init_store(version):
2424
"""Use a plain dict() for v2, but KVStoreV3 otherwise."""
25-
return dict
25+
return dict()
2626

2727

2828
class TestAttributes:

0 commit comments

Comments
 (0)