revert import to original one + remove print

This commit is contained in:
Victor Shyba 2019-02-13 21:17:24 -03:00 committed by Lex Berezhny
parent b6df2b9d28
commit d91e8f5996

View file

@ -2,7 +2,7 @@ import asyncio
import logging
import os
from .testcase import CommandTestCase
from integration.testcase import CommandTestCase
class FileCommands(CommandTestCase):
@ -44,7 +44,6 @@ class FileCommands(CommandTestCase):
async def wait_files_to_complete(self):
while self.daemon.jsonrpc_file_list(status='running'):
print(self.daemon.jsonrpc_file_list())
await asyncio.sleep(0.01)
async def test_filename_conflicts_management_on_resume_download(self):