Skip to content

Commit 6c05706

Browse files
Remove wrong commit
1 parent 2a05e1e commit 6c05706

File tree

1 file changed

+0
-10
lines changed
  • rust/catalyst-types/src/id_uri

1 file changed

+0
-10
lines changed

rust/catalyst-types/src/id_uri/mod.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -714,14 +714,4 @@ mod tests {
714714
let encoded_vk = base64_url::encode(vk.as_bytes());
715715
assert_eq!(encoded_vk, "1234");
716716
}
717-
718-
#[test]
719-
fn fixme_remove() {
720-
// example: Some("cardano/FftxFnOrj2qmTuB2oZG2v0YEWJfKvQ9Gg8AgNAhDsKE".into()),
721-
let id: IdUri = "cardano/FftxFnOrj2qmTuB2oZG2v0YEWJfKvQ9Gg8AgNAhDsKE"
722-
.parse()
723-
.unwrap();
724-
println!("{:?}", id.role0_pk.as_bytes());
725-
todo!();
726-
}
727717
}

0 commit comments

Comments
 (0)