Fix some warnings from tests.
This commit is contained in:
parent
172e9d2978
commit
a0a5e013fe
3 changed files with 5 additions and 5 deletions
|
|
@ -238,7 +238,7 @@ class MainTestCase(unittest.TestCase):
|
|||
second_dir = os.path.join(temp_dir, "second")
|
||||
os.rename(first_dir, second_dir)
|
||||
test_run(second_dir, loop)
|
||||
loop.close()
|
||||
loop.stop()
|
||||
finally:
|
||||
shutil.rmtree(temp_dir)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue