From 320aabbd70880bd957aa935f74e1fa4a53635a68 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Thu, 14 Feb 2019 16:24:12 -0300 Subject: [PATCH] delete duplicated method accident from rebase --- tests/integration/test_file_commands.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration/test_file_commands.py b/tests/integration/test_file_commands.py index b9f501f5f..a779b547f 100644 --- a/tests/integration/test_file_commands.py +++ b/tests/integration/test_file_commands.py @@ -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)