Skip to content

Commit 350941c

Browse files
committed
chore: address Sonar findings
1 parent abf42f1 commit 350941c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracer/tests/unit/Tracer.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ describe('Class: Tracer', () => {
10731073
const result = await this.dummyMethod();
10741074
this.otherDummyMethod();
10751075

1076-
return this.memberVariable;
1076+
return result;
10771077
}
10781078

10791079
public otherDummyMethod(): void {

0 commit comments

Comments
 (0)