summaryrefslogtreecommitdiffstats
path: root/sqv/tests/revoked-key.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-02-12 12:01:11 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-02-12 12:01:11 +0100
commitc204d2e3dd7606a4bf0b68bcd2bb1cafefada88f (patch)
tree75a1c6e19561684a0baabf8b30794b275f06fb03 /sqv/tests/revoked-key.rs
parent6cf9161c8b3630304f700a5fb3c9c6e9e8d7ba94 (diff)
openpgp: Rename conversion function.
- See #160.
Diffstat (limited to 'sqv/tests/revoked-key.rs')
-rw-r--r--sqv/tests/revoked-key.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqv/tests/revoked-key.rs b/sqv/tests/revoked-key.rs
index ebffafb5..655ba141 100644
--- a/sqv/tests/revoked-key.rs
+++ b/sqv/tests/revoked-key.rs
@@ -155,7 +155,7 @@ mod integration {
// (bind1, rev, bind2, sig1, sig2, sig3)
// };
// let tpk = TPK::from_packet_pile(PacketPile::from_packets(vec![
-// key.to_packet(Tag::PublicKey).unwrap(),
+// key.into_packet(Tag::PublicKey).unwrap(),
// bind1.into(),
// bind2.into(),
// rev.into()