Skip to content
Snippets Groups Projects
Commit 9a82eb82 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

fix inverted-meaning typo in comment

parent c1eabb16
No related branches found
No related tags found
1 merge request!73Automatically maintain leases
...@@ -473,7 +473,7 @@ class LeaseMaintenanceServiceTests(TestCase): ...@@ -473,7 +473,7 @@ class LeaseMaintenanceServiceTests(TestCase):
finally: finally:
# create_client_from_config (indirectly) rewrites tempfile.tempdir # create_client_from_config (indirectly) rewrites tempfile.tempdir
# in a destructive manner that fails most of the rest of the test # in a destructive manner that fails most of the rest of the test
# suite if we don't clean it up. We can do this with a tearDown # suite if we don't clean it up. We can't do this with a tearDown
# or a fixture or an addCleanup because hypothesis doesn't run any # or a fixture or an addCleanup because hypothesis doesn't run any
# of those at the right time. :/ # of those at the right time. :/
tempfile.tempdir = original_tempdir tempfile.tempdir = original_tempdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment