diff --git a/did-webkey/src/lib.rs b/did-webkey/src/lib.rs index 41bf1300c..4defe4e8c 100644 --- a/did-webkey/src/lib.rs +++ b/did-webkey/src/lib.rs @@ -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, @@ -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"); @@ -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": [