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
naseemkullah and pichlermarc authored Feb 1, 2024
1 parent 728e8d6 commit 8926483
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ describe('Node SDK', () => {
delete env.OTEL_TRACES_EXPORTER;
});

it('should register a tracer provider if a span processors are provided', async () => {
it('should register a tracer provider if span processors are provided', async () => {
const exporter = new ConsoleSpanExporter();

const sdk = new NodeSDK({
Expand Down

0 comments on commit 8926483

Please sign in to comment.