From 266c03aa5bd7e3c8b56caa2e072b11f84ede670a Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 9 Aug 2022 17:08:18 -0700 Subject: [PATCH] ... --- test/integration/qbittorrent.tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/qbittorrent.tests.c b/test/integration/qbittorrent.tests.c index b6da3ea..0cd39d3 100644 --- a/test/integration/qbittorrent.tests.c +++ b/test/integration/qbittorrent.tests.c @@ -94,7 +94,7 @@ void qbittorrent_integration_test() { memcpy(req.pieces_root,tbl_starstruck_2006_avi_pieces_root,32); req.base_layer = 0; req.index = 1; - req.length = 1; + req.length = 2; req.proof_layers = 1; assert(1==peer_hash_request(info,&req)); -- 2.39.5