@ -455,7 +455,7 @@ mod test {
yield_now().await;
assert_eq!(quit_msg.get_count(), 1);
assert_eq!(task_span.get_exit_count(), 1);
assert!(task_span.get_exit_count() > 1);
}
fn make_sections_and_runner() -> (Sections, SectionRunner, Arc<MockSectionInterface>) {
@ -514,7 +514,7 @@ mod test {
runner.quit().await.unwrap();
fn make_sections_and_interface() -> (Sections, Arc<MockSectionInterface>) {