Skip to content

Commit

Permalink
Remove redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
iunanua committed Jun 21, 2024
1 parent 1a19077 commit cb8c080
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dd-trace/test/opentracing/tracer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ describe('Tracer', () => {
const sampler = {}
tracer = new Tracer(config, sampler)

expect(AgentExporter).to.have.been.called
expect(AgentExporter).to.have.been.calledWith(config, sampler)
expect(SpanProcessor).to.have.been.calledWith(agentExporter, sampler, config)
})
Expand Down

0 comments on commit cb8c080

Please sign in to comment.