Skip to content

Commit

Permalink
use correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
nordfjord committed Jul 1, 2022
1 parent e894e88 commit 898eefe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
resetMemoryExporter,
} from '@opentelemetry/contrib-test-utils';
import { ROOT_CONTEXT, trace } from '@opentelemetry/api';
import expect from 'expect';
import * as expect from 'expect';

registerInstrumentationTestingProvider();

Expand Down

0 comments on commit 898eefe

Please sign in to comment.