Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 92b0763

Browse files
author
Oran Epelbaum
committed
Fixed #126 - MockTracer._allocSpan is private and can't be overwritten
1 parent 21a8609 commit 92b0763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mock_tracer/mock_tracer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class MockTracer extends opentracing.Tracer {
5252
this._spans = [];
5353
}
5454

55-
private _allocSpan(): MockSpan {
55+
protected _allocSpan(): MockSpan {
5656
return new MockSpan(this);
5757
}
5858

0 commit comments

Comments
 (0)