revert import to original one + remove print
This commit is contained in:
parent
b6df2b9d28
commit
d91e8f5996
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@ import asyncio
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from .testcase import CommandTestCase
|
from integration.testcase import CommandTestCase
|
||||||
|
|
||||||
|
|
||||||
class FileCommands(CommandTestCase):
|
class FileCommands(CommandTestCase):
|
||||||
|
@ -44,7 +44,6 @@ class FileCommands(CommandTestCase):
|
||||||
|
|
||||||
async def wait_files_to_complete(self):
|
async def wait_files_to_complete(self):
|
||||||
while self.daemon.jsonrpc_file_list(status='running'):
|
while self.daemon.jsonrpc_file_list(status='running'):
|
||||||
print(self.daemon.jsonrpc_file_list())
|
|
||||||
await asyncio.sleep(0.01)
|
await asyncio.sleep(0.01)
|
||||||
|
|
||||||
async def test_filename_conflicts_management_on_resume_download(self):
|
async def test_filename_conflicts_management_on_resume_download(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue