We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da388d7 commit d07992dCopy full SHA for d07992d
tests/integration/datanetwork/test_file_commands.py
@@ -52,7 +52,7 @@ async def test_download_torrent(self):
52
self.assertEqual((await self.daemon.jsonrpc_file_list())['items'][0].identifier, btih)
53
self.assertIn(btih, self.client_session._handles)
54
tx, new_btih = await self.initialize_torrent(tx)
55
-# self.assertNotEqual(btih, new_btih)
+ self.assertNotEqual(btih, new_btih)
56
# claim now points to another torrent, update to it
57
# self.assertNotIn('error', await self.out(self.daemon.jsonrpc_get('torrent')))
58
# self.assertEqual((await self.daemon.jsonrpc_file_list())['items'][0].identifier, new_btih)
0 commit comments