Fix tests after changing span logs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alex Mikhalev 2020-09-27 20:15:21 -06:00
parent 4fc6d24de1
commit 387cc42331
2 changed files with 2 additions and 2 deletions

View File

@ -438,7 +438,7 @@ mod test {
let task_span = SpanListener::new(
SpanFilters::new()
.target("sprinklers_rs::program_runner")
.name("runner_task"),
.name("program_runner::runner_task"),
);
let subscriber = tracing_subscriber::registry()
.with(quit_msg.clone())

View File

@ -497,7 +497,7 @@ mod test {
let task_span = SpanListener::new(
SpanFilters::new()
.target("sprinklers_rs::section_runner")
.name("runner_task"),
.name("section_runner::runner_task"),
);
let subscriber = tracing_subscriber::registry()
.with(quit_msg.clone())