This repository has been archived by the owner on May 23, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the Mock Tests To Use Proper Scope Manager (#264)
Currently, the no-argument constructor for the MockTracer uses a `ThreadLocalScopeManager` and a `Propagator.TEXT_MAP` as default values. But when providing a Propagator, the constructor injects a `NoopScopeManager` instead of the `ThreadLocalScopeManager`. This commit brings the Propagator constructor closer into line with the default values for this mock. Signed-off-by: Nate Hart <nhart@tableau.com>
- Loading branch information