From 9a82eb82db5d546889911b5c83b66408b83cb307 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 6 Jan 2020 13:31:35 -0500 Subject: [PATCH] fix inverted-meaning typo in comment --- src/_zkapauthorizer/tests/test_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_zkapauthorizer/tests/test_plugin.py b/src/_zkapauthorizer/tests/test_plugin.py index d49f008..325a87b 100644 --- a/src/_zkapauthorizer/tests/test_plugin.py +++ b/src/_zkapauthorizer/tests/test_plugin.py @@ -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 -- GitLab