Skip to content

Commit 5599da3

Browse files
committed
fixup
1 parent 19fd7ff commit 5599da3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_group.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,7 @@ def test_info(self):
13341334
name="A",
13351335
read_only=False,
13361336
store_type="MemoryStore",
1337+
zarr_format=3,
13371338
)
13381339
assert result == expected
13391340

@@ -1342,6 +1343,7 @@ def test_info(self):
13421343
name="A",
13431344
read_only=False,
13441345
store_type="MemoryStore",
1346+
zarr_format=3,
13451347
count_members=3,
13461348
count_arrays=2,
13471349
count_groups=1,

0 commit comments

Comments
 (0)