Skip to content

Commit d07992d

Browse files
committed
test_download_torrent: second call 5
1 parent da388d7 commit d07992d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/datanetwork/test_file_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async def test_download_torrent(self):
5252
self.assertEqual((await self.daemon.jsonrpc_file_list())['items'][0].identifier, btih)
5353
self.assertIn(btih, self.client_session._handles)
5454
tx, new_btih = await self.initialize_torrent(tx)
55-
# self.assertNotEqual(btih, new_btih)
55+
self.assertNotEqual(btih, new_btih)
5656
# claim now points to another torrent, update to it
5757
# self.assertNotIn('error', await self.out(self.daemon.jsonrpc_get('torrent')))
5858
# self.assertEqual((await self.daemon.jsonrpc_file_list())['items'][0].identifier, new_btih)

0 commit comments

Comments
 (0)