Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Oct 10, 2020
1 parent abe7718 commit 341a30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-core/tests/global_dispatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn global_dispatch() {

get_default(|current| {
assert!(
current.is::<TestCollectorB>(),
current.is::<TestCollectorA>(),
"reset to global override failed"
)
});
Expand Down

0 comments on commit 341a30a

Please sign in to comment.