X-Git-Url: https://code.octet-stream.net/m17rt/blobdiff_plain/1b1501ac34de485da9af1e159c7b220e60ff86c0..07aeda96f40483f81ae5184e576102e155371b38:/m17app/src/test_util.rs diff --git a/m17app/src/test_util.rs b/m17app/src/test_util.rs index ea654f1..3cdc8a8 100644 --- a/m17app/src/test_util.rs +++ b/m17app/src/test_util.rs @@ -10,13 +10,9 @@ impl Tnc for NullTnc { Ok(self.clone()) } - fn start(&mut self) -> Result<(), crate::tnc::TncError> { - Ok(()) - } + fn start(&mut self) {} - fn close(&mut self) -> Result<(), crate::tnc::TncError> { - Ok(()) - } + fn close(&mut self) {} } impl Write for NullTnc {