fix pgp unit test

This commit is contained in:
Clément DOUIN 2024-01-28 08:42:07 +01:00
parent e5cf39b351
commit 83306d5f6a
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -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;