Fix test build.

This commit is contained in:
Condorra 2023-09-14 23:05:34 +10:00
parent 2beaf0d2af
commit 96424f3a1f

View File

@ -272,6 +272,7 @@ fn resolve_handler(ctx: &VerbContext, cmd: &str) -> Option<&'static UserVerbRef>
result
}
#[cfg(not(test))]
pub async fn handle_in_trans(
session: &ListenerSession,
msg: &str,