diff --git a/tests/test_bug_fixes.py b/tests/test_bug_fixes.py index 7d0478c..58443b9 100644 --- a/tests/test_bug_fixes.py +++ b/tests/test_bug_fixes.py @@ -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)