Skip to content

Commit

Permalink
fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jun 14, 2017
1 parent ec2c312 commit ab98fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bug_fixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ab98fe8

Please sign in to comment.