diff options
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r-- | tests/test_concurrency.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index c287460a..f7ebf535 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -506,7 +506,6 @@ def test_thread_safe_save_data(tmpdir): should_run = [True] imported = [] - #sys.path.insert(0, modules_dir.strpath) old_dir = os.getcwd() os.chdir(modules_dir.strpath) try: @@ -539,7 +538,7 @@ def test_thread_safe_save_data(tmpdir): cov.stop() - # The following call use to crash with running background threads. + # The following call used to crash with running background threads. cov.get_data() # Stop the threads |