fix broken tests

This commit is contained in:
chfw 2017-06-14 23:27:31 +01:00
parent ec2c312ce1
commit ab98fe8849
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ def test_issue_83_ods_file_handle():
assert delta == 0
# free the fish
pe.free_resource()
pe.free_resources()
open_files_l4 = proc.open_files()
# this confirms that no more open file handle
eq_(open_files_l1, open_files_l4)