Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbzurovski committed Sep 30, 2024
1 parent 69c4658 commit 03a515f
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions crates/sargon/tests/vectors/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -691,15 +691,14 @@ mod dapp_to_wallet_interaction_tests {
)
);

let accounts_and_persona_proof_request =
DappToWalletInteraction::new(
WalletInteractionId::from_str(
"17d530f6-0cb6-4122-8540-64e46a2e0f84",
)
.unwrap(),
accounts_and_persona_proof_request_items,
metadata.clone(),
);
let accounts_and_persona_proof_request = DappToWalletInteraction::new(
WalletInteractionId::from_str(
"17d530f6-0cb6-4122-8540-64e46a2e0f84",
)
.unwrap(),
accounts_and_persona_proof_request_items,
metadata.clone(),
);

let interactions = vec![
authorized_request_with_challenge,
Expand Down Expand Up @@ -947,15 +946,16 @@ mod wallet_to_dapp_interaction_tests {
),
);

let accounts_and_persona_proof_response = WalletToDappInteractionResponse::Success(
WalletToDappInteractionSuccessResponse::new(
WalletInteractionId::from_str(
"17d530f6-0cb6-4122-8540-64e46a2e0f84",
)
.unwrap(),
accounts_and_persona_proof_response_items,
),
);
let accounts_and_persona_proof_response =
WalletToDappInteractionResponse::Success(
WalletToDappInteractionSuccessResponse::new(
WalletInteractionId::from_str(
"17d530f6-0cb6-4122-8540-64e46a2e0f84",
)
.unwrap(),
accounts_and_persona_proof_response_items,
),
);

let responses = vec![
authorized_request_response,
Expand Down

0 comments on commit 03a515f

Please sign in to comment.