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):
finally:
# create_client_from_config (indirectly) rewrites tempfile.tempdir
# 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
# of those at the right time. :/
tempfile.tempdir = original_tempdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment