Skip to content

Commit a53bddb

Browse files
committed
try to make test pass
1 parent abbf62e commit a53bddb

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
@@ -2469,6 +2469,6 @@ def test_hexdigest(self):
24692469

24702470
def test_non_cont(self):
24712471
z = self.create_array(shape=(500, 500, 500), chunks=(50, 50, 50), dtype="<i4")
2472-
z[:, :, :] = 0
2472+
z[:, :, :] = 1
24732473
# actually go through the partial read by accessing a single item
24742474
assert z[0, :, 0].any()

0 commit comments

Comments
 (0)