mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
Automatically group imports using nightly rustfmt
This commit is contained in:
@@ -344,11 +344,10 @@ pub(crate) async fn get_autocrypt_peerstate(
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::receive_imf::receive_imf;
|
||||
use crate::test_utils::TestContext;
|
||||
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn test_has_decrypted_pgp_armor() {
|
||||
let data = b" -----BEGIN PGP MESSAGE-----";
|
||||
|
||||
Reference in New Issue
Block a user