Skip to content

Commit

Permalink
Update experimental/packages/opentelemetry-sdk-node/test/sdk.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Pichler <[email protected]>
  • Loading branch information
JacksonWeber and pichlermarc authored Jan 30, 2024
1 parent 35b889e commit 5c65cc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ describe('setup exporter from env', () => {
const listOfProcessors =
sdk['_tracerProvider']!['_registeredSpanProcessors']!;
assert.ok(sdk['_tracerProvider'] instanceof TracerProviderWithEnvExporters);
assert(
assert.ok(
sdk['_tracerProvider']!['_config']?.sampler instanceof AlwaysOffSampler
);
assert(listOfProcessors.length === 1);
Expand Down

0 comments on commit 5c65cc0

Please sign in to comment.