fix typo
This commit is contained in:
parent
b4f65049f2
commit
4961d782ed
|
@ -133,7 +133,7 @@ class ProxyTestBase:
|
|||
|
||||
@classmethod
|
||||
def teardown_class(cls):
|
||||
# perf: we want to run tests in parallell
|
||||
# perf: we want to run tests in parallel
|
||||
# should this ever cause an error, travis should catch it.
|
||||
# shutil.rmtree(cls.cadir)
|
||||
cls.proxy.shutdown()
|
||||
|
|
Loading…
Reference in New Issue