Skip to content

Commit 06c3b40

Browse files
authored
Merge pull request #627 from Carreau/100percent
Remove uncovered lines in test.
2 parents 806f403 + 683b2df commit 06c3b40

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

zarr/tests/test_core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ def test_nbytes_stored(self):
139139
except TypeError:
140140
pass
141141

142-
if hasattr(z.store, 'close'):
143-
z.store.close()
144-
145142
# noinspection PyStatementEffect
146143
def test_array_1d(self):
147144
a = np.arange(1050)

0 commit comments

Comments
 (0)