Skip to content

Commit 2c29cf6

Browse files
committed
test: remove extra print
1 parent 0c81853 commit 2c29cf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_array.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,6 @@ def test_append_config_passed(store: LocalStore, open: str, zarr_format: ZarrFor
761761
zarr_format=zarr_format,
762762
)
763763
z[:] = 0
764-
print(store)
765764

766765
def assert_correct_files_written(expected: list[str]) -> None:
767766
"""Helper to compare written files"""

0 commit comments

Comments
 (0)