diff --git a/src/config/wizard.rs b/src/config/wizard.rs index ce849fb..f2a8d30 100644 --- a/src/config/wizard.rs +++ b/src/config/wizard.rs @@ -501,7 +501,7 @@ smtp.oauth2.scopes = [] ); } - #[cfg(feature = "pgp")] + #[cfg(feature = "pgp-cmds")] #[test] fn pretty_serialize_pgp_cmds() { use email::account::config::pgp::PgpConfig;