summaryrefslogtreecommitdiffstats
path: root/openpgp/src/tests.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-11-28 15:27:33 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-11-28 16:26:43 +0100
commitbbbc6da375d6584c7b2bcc74e838fff943f489d4 (patch)
tree0a965698c96dbc0fc8541c6adc2224935b68bc07 /openpgp/src/tests.rs
parentf53c77752ff04c3713c175a76a06723042e681ae (diff)
Call TPKs Certificates, update identifiers, documentation.
- Fixes #387.
Diffstat (limited to 'openpgp/src/tests.rs')
-rw-r--r--openpgp/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/tests.rs b/openpgp/src/tests.rs
index ba34f617..c1685f8c 100644
--- a/openpgp/src/tests.rs
+++ b/openpgp/src/tests.rs
@@ -26,7 +26,7 @@ macro_rules! t {
}
}
-pub const TPKS: &[&Test] = &[
+pub const CERTS: &[&Test] = &[
t!("keys/dennis-simon-anton.pgp"),
t!("keys/dsa2048-elgamal3072.pgp"),
t!("keys/emmelie-dorothea-dina-samantha-awina-ed25519.pgp"),