Skip to content

Commit

Permalink
remove unneeded assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Flarna committed Dec 14, 2022
1 parent 32037bc commit 85e008d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/test/common/proxy-implementations/proxy-tracer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@ describe('ProxyTracer', () => {
tracer.startSpan(name, options, ctx);

// Assert the proxy tracer has the full API of the NoopTracer
assert.ok(
ProxyTracer.prototype.startSpan.length >=
NoopTracer.prototype.startSpan.length
);
assert.deepStrictEqual(Object.getOwnPropertyNames(NoopTracer.prototype), [
'constructor',
'startSpan',
Expand Down

0 comments on commit 85e008d

Please sign in to comment.