summaryrefslogtreecommitdiffstats
path: root/sqv/tests/wrong-key-flags.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-11-25 11:29:37 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-11-25 11:35:06 +0100
commit9c6174635ac40a32b273bf78493c1d6db3cc2d34 (patch)
tree6cb90209caa44931abe6061144af3cfbd61711e5 /sqv/tests/wrong-key-flags.rs
parent6b3574906ed2cd647a6d4f8dcb3243e3dd0d5616 (diff)
openpgp: Rename openpgp::constants to openpgp::types.
- Fixes #381.
Diffstat (limited to 'sqv/tests/wrong-key-flags.rs')
-rw-r--r--sqv/tests/wrong-key-flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqv/tests/wrong-key-flags.rs b/sqv/tests/wrong-key-flags.rs
index e7e73cf7..926d184c 100644
--- a/sqv/tests/wrong-key-flags.rs
+++ b/sqv/tests/wrong-key-flags.rs
@@ -33,7 +33,7 @@ mod integration {
// },
// crypto::KeyPair,
// serialize::Serialize,
-// constants::{
+// types::{
// SignatureType,
// HashAlgorithm,
// }