Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tate <ryan.michael.tate@gmail.com>
  • Loading branch information
Ryanmtate committed Aug 12, 2024
1 parent 1527933 commit 8ed8828
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ mod jwt_vc;
async fn w3c_vc_did_client_direct_post() {
let (wallet, verifier) = jwt_vc::wallet_verifier().await;

// let

// let presentation_definition = PresentationDefinition::new(uuid::Uuid::new_v4())
// .with_input_descriptors(input_descriptors)
// .with_name(name)
// .with_purpose(purpose)
// .with_format(format)

let presentation_definition: PresentationDefinition = serde_json::from_value(json!({
"id": "0b4dd017-efa6-4a05-a269-9790fa3c22c2",
"input_descriptors": [
Expand Down

0 comments on commit 8ed8828

Please sign in to comment.