Skip to content

Commit

Permalink
fix pgp unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Jan 28, 2024
1 parent e5cf39b commit 83306d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/wizard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 83306d5

Please sign in to comment.