Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit 7ce4d50

Browse files
committed
fix test coverage
1 parent 00ec72e commit 7ce4d50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

root_numpy/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def test_no_filename():
117117

118118
def test_no_trees_in_file():
119119
with temp() as tmp:
120+
tmp.Close()
120121
assert_raises(IOError, rnp.root2array, [tmp.GetName()], treename=None)
121122

122123

0 commit comments

Comments
 (0)