This commit is contained in:
link2xt
2024-05-18 22:23:01 +00:00
parent b9425577b4
commit 41f39117af

View File

@@ -456,13 +456,10 @@ async fn subscribe_loop(
#[cfg(test)]
mod tests {
use super::*;
use crate::{
chat::send_msg,
message::{Message, Viewtype},
peer_channels::{
get_iroh_gossip_peers, get_iroh_topic_for_msg, leave_webxdc_realtime,
send_webxdc_realtime_advertisement,
},
test_utils::TestContextManager,
EventType,
};