mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-12 16:51:02 +00:00
Get a basic first test working, and lots of changes to supporting code to facilitate this
This commit is contained in:
@@ -231,4 +231,4 @@ impl FeedMessageWrite for AddedNode<'_> {
|
||||
&node.startup_time(),
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -308,17 +308,3 @@ where
|
||||
// loop ended; give socket back to parent:
|
||||
(tx_to_aggregator, websocket)
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod test {
|
||||
|
||||
use test_utils::test_simple;
|
||||
|
||||
#[test]
|
||||
fn test_feed_connection () {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user