delete duplicated method accident from rebase

This commit is contained in:
Victor Shyba 2019-02-14 16:24:12 -03:00 committed by Lex Berezhny
parent 19fdcad5af
commit 320aabbd70

View file

@ -114,7 +114,3 @@ class FileCommands(CommandTestCase):
self.assertNotIn('error', resp)
file_info = self.daemon.jsonrpc_file_list()[0]
self.assertEqual(file_info['blobs_completed'], file_info['blobs_in_stream'])
async def wait_files_to_complete(self):
while self.daemon.jsonrpc_file_list(status='running'):
await asyncio.sleep(0.01)