Skip to content

Commit

Permalink
fix(trace-exporter): revert accidental changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Mar 29, 2022
1 parent 4d7e10b commit f1ba2fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { ExportResultCode } from '@opentelemetry/core';
import { ReadableSpan } from '@opentelemetry/sdk-trace-base';
import * as assert from 'assert';
import * as sinon from 'sinon';
import { OTLPExporterBase } from '../../src';
import { OTLPExporterBase } from '../../src/OTLPExporterBase';
import { OTLPExporterConfigBase } from '../../src/types';
import { mockedReadableSpan } from '../traceHelper';
import * as otlpTypes from '../../src/types';
Expand Down

0 comments on commit f1ba2fb

Please sign in to comment.