Skip to content

Commit

Permalink
test_download_torrent: second call 4
Browse files Browse the repository at this point in the history
  • Loading branch information
belikor committed Sep 14, 2021
1 parent 0e42d39 commit 3e01ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/datanetwork/test_file_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async def test_download_torrent(self):
self.assertItemCount(await self.daemon.jsonrpc_file_list(), 1)
self.assertEqual((await self.daemon.jsonrpc_file_list())['items'][0].identifier, btih)
self.assertIn(btih, self.client_session._handles)
# tx, new_btih = await self.initialize_torrent(tx)
tx, new_btih = await self.initialize_torrent(tx)
# self.assertNotEqual(btih, new_btih)
# claim now points to another torrent, update to it
# self.assertNotIn('error', await self.out(self.daemon.jsonrpc_get('torrent')))
Expand Down

0 comments on commit 3e01ffc

Please sign in to comment.