Moved record to data.
Some checks failed
MoreThanText/morethantext/pipeline/head There was a failure building this commit

This commit is contained in:
2024-11-09 12:45:19 -05:00
parent 4b836e453d
commit f966feb0e1
5 changed files with 25 additions and 32 deletions

View File

@ -36,9 +36,9 @@ impl Router {
#[cfg(test)]
mod messages {
use std::sync::mpsc::channel;
use super::super::MsgData;
use super::{super::test_message::Tester, *};
use std::sync::mpsc::channel;
#[test]
fn forward_messages() {