Skip to content

Commit

Permalink
chore: fix dead code needed by testing
Browse files Browse the repository at this point in the history
Signed-off-by: James Ebert <[email protected]>
  • Loading branch information
JamesKEbert committed Aug 9, 2024
1 parent 042617d commit 6f8fae9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aries/aries_vcx/src/handlers/out_of_band/receiver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ impl OutOfBandReceiver {
})
}

// This is here to help facilitate testing
#[allow(dead_code)]
fn create_from_base64_url_encoded_oob(base64_url_encoded_oob: &str) -> VcxResult<Self> {
Ok(Self {
oob: extract_encoded_invitation_from_json_string(
Expand Down

0 comments on commit 6f8fae9

Please sign in to comment.