Skip to content

Commit

Permalink
Merge "Sped up tests by using smaller files"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Aug 15, 2013
2 parents 8a84998 + f7d9d99 commit fb22d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/obj/test_diskfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def test_close_error(self):
def err():
raise Exception("bad")

df = self._get_disk_file(fsize=1024 * 1024 * 2)
df = self._get_disk_file(fsize=1024 * 2)
df._handle_close_quarantine = err
for chunk in df:
pass
Expand Down

0 comments on commit fb22d30

Please sign in to comment.