From 4bd139330683393ff696bd6d58007450850e16b8 Mon Sep 17 00:00:00 2001 From: Sosthene Date: Fri, 27 Sep 2024 12:44:10 +0200 Subject: [PATCH] fix pairing test --- tests/pairing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pairing.rs b/tests/pairing.rs index 77a1bc4..3e2ef31 100644 --- a/tests/pairing.rs +++ b/tests/pairing.rs @@ -257,7 +257,7 @@ fn test_pairing() { pair_device(pairing_tx.to_owned(), proposal_members).unwrap(); // Bob signs the proposal and sends a prd response too - let bob_prd_response = response_prd(root_commitment, pcd_commitment, true) + let bob_prd_response = response_prd(root_commitment, prd_update.get_impending_requests().get(0).unwrap().to_string(), true) .unwrap() .ciphers_to_send .get(0)