Fix tests after changing span logs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4fc6d24de1
commit
387cc42331
@ -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())
|
||||
|
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user