Skip to content

Commit

Permalink
remove wip code
Browse files Browse the repository at this point in the history
  • Loading branch information
arriIsHere committed Dec 6, 2024
1 parent d645e6c commit 679a84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-sdk-trace-web/test/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe('utils', () => {

assert.strictEqual(addEventSpy.callCount, 0);

addSpanNetworkEvents(span, entries, false);
addSpanNetworkEvents(span, entries, true);
assert.strictEqual(setAttributeSpy.callCount, 2);
//secure connect start should not be added to non-https resource
assert.strictEqual(addEventSpy.callCount, 0);
Expand Down

0 comments on commit 679a84e

Please sign in to comment.