|
|
@ -514,7 +514,7 @@ mod test { |
|
|
|
runner.quit().await.unwrap(); |
|
|
|
runner.quit().await.unwrap(); |
|
|
|
|
|
|
|
|
|
|
|
assert_eq!(quit_msg.get_count(), 1); |
|
|
|
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_interface() -> (Sections, Arc<MockSectionInterface>) { |
|
|
|
fn make_sections_and_interface() -> (Sections, Arc<MockSectionInterface>) { |
|
|
|