Skip to content

Commit 7f63710

Browse files
authored
TST: add missing assert in test_hexdigest (#801)
1 parent ab8a058 commit 7f63710

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
@@ -578,7 +578,7 @@ def test_hexdigest(self):
578578
if hasattr(z.store, 'close'):
579579
z.store.close()
580580

581-
self.expected() == found
581+
assert self.expected() == found
582582

583583
def test_resize_1d(self):
584584

0 commit comments

Comments
 (0)