make some test utilities shareable
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
This commit is contained in:
@ -383,7 +383,7 @@ mod tests {
|
||||
>
|
||||
{
|
||||
pub fn new_for_action() -> Self {
|
||||
env_logger::init();
|
||||
let _ = env_logger::builder().is_test(true).try_init();
|
||||
let target_and_apid_id = TargetAndApidId::new(TEST_APID, TEST_APID_TARGET_ID);
|
||||
let (tm_funnel_tx, tm_funnel_rx) = mpsc::channel();
|
||||
let (pus_action_tx, pus_action_rx) = mpsc::channel();
|
||||
|
Reference in New Issue
Block a user