Skip to content

Commit 4bc8e62

Browse files
author
Martin Durant
committed
hit that line
1 parent 3e6abc5 commit 4bc8e62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zarr/tests/test_storage.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,8 @@ def test_s3_complex(self):
966966
fill_value=-1, chunks=(1, 1, 1))
967967
expected[0] = 0
968968
expected[3] = 3
969+
expected[6, 6, 6] = 6
970+
a[6, 6, 6] = 6
969971
a[:4] = expected[:4]
970972

971973
b = g.create_dataset("data_f", shape=(8, ), chunks=(1,),

0 commit comments

Comments
 (0)