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)