Skip to content

Commit

Permalink
remove extraneous comment markers
Browse files Browse the repository at this point in the history
  • Loading branch information
fairingrey committed Jan 13, 2022
1 parent b13e65c commit 1753aa2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions did-webkey/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ impl FromStr for DIDWebKeyType {
}
}

// FIXME: https://github.com/spruceid/ssi/pull/373#issuecomment-1011290141
fn parse_pubkeys_gpg(
did: &str,
bytes: Vec<u8>,
Expand Down Expand Up @@ -515,7 +514,6 @@ mod tests {

#[tokio::test]
async fn from_did_webkey_gpg() {
// TODO: use JWK fingerprint
let did_url: &str = "https://localhost/user.gpg";
let pubkeys: &str = include_str!("../tests/user.gpg");

Expand All @@ -530,7 +528,6 @@ mod tests {
)
.await;
assert_eq!(res_meta.error, None);
// TODO: correct value here
let value_expected = json!({
"@context": "https://www.w3.org/ns/did/v1",
"assertionMethod": [
Expand Down

0 comments on commit 1753aa2

Please sign in to comment.