Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Dec 7, 2023
1 parent b33c40e commit 5fc1905
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aries/aries_vcx/src/utils/encryption_envelope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ pub mod unit_tests {
#[tokio::test]
async fn test_pack_unpack_anon() {
let setup = build_setup_profile().await;
// let (_, sender_key) = setup.wallet.create_and_store_my_did(None, None).await.unwrap();
let (_, recipient_key) = setup
.wallet
.create_and_store_my_did(None, None)
Expand All @@ -262,7 +261,7 @@ pub mod unit_tests {
let envelope = EncryptionEnvelope::create2(
&setup.wallet,
data_original.as_bytes(),
None, // Some(&sender_key),
None,
recipient_key,
[].to_vec(),
)
Expand Down

0 comments on commit 5fc1905

Please sign in to comment.