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

Commit 6fdca25

Browse files
djonathascardososilva-fabio
authored andcommitted
test: created tests for spanbasemodel
1 parent 4a9731a commit 6fdca25

6 files changed

Lines changed: 577 additions & 537 deletions

File tree

packages/opencensus-core/src/trace/model/root-span.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export class RootSpanImpl extends SpanBaseModel implements RootSpan {
117117
'calling %s.startSpan() on un-started %s %o', this.className,
118118
this.className, {id: this.id, name: this.name, type: this.type});
119119
return;
120-
}
120+
}
121121
const newSpan = new SpanImpl(this);
122122
if (name) {
123123
newSpan.name = name;

0 commit comments

Comments
 (0)