mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 22:46:29 +03:00
Add AEAP transition (#3385)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
//!
|
||||
//! This private module is only compiled for test runs.
|
||||
#![allow(clippy::indexing_slicing)]
|
||||
#![allow(dead_code)] // Can be removed once PR #3385 is merged
|
||||
use std::collections::BTreeMap;
|
||||
use std::ops::Deref;
|
||||
use std::panic;
|
||||
@@ -250,6 +249,7 @@ impl TestContext {
|
||||
Self::builder().configure_fiona().build().await
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
/// Print current chat state.
|
||||
pub async fn print_chats(&self) {
|
||||
println!("\n========== Chats of {}: ==========", self.name());
|
||||
|
||||
Reference in New Issue
Block a user