Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarchaud committed Oct 31, 2020
1 parent 06f3b7a commit c1d28f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
* limitations under the License.
*/

import {
ExportResult,
ExportResultCode,
NoopLogger,
} from '@opentelemetry/core';
import { ExportResultCode, NoopLogger } from '@opentelemetry/core';
import * as assert from 'assert';
import * as sinon from 'sinon';
import { CollectorExporterBase } from '../../src/CollectorExporterBase';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import * as assert from 'assert';
import * as nock from 'nock';
import * as sinon from 'sinon';
import { ReadableSpan } from '@opentelemetry/tracing';
import {
ExportResult,
Expand Down

0 comments on commit c1d28f8

Please sign in to comment.