Skip to content

Commit

Permalink
Update test to use package-level export
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Jun 13, 2022
1 parent 2099f3f commit d429dfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
Histogram,
} from '@opentelemetry/sdk-metrics-base';
import * as sinon from 'sinon';
import { PrometheusSerializer } from '../src/PrometheusSerializer';
import { PrometheusSerializer } from '../src';
import { mockedHrTimeMs, mockHrTime } from './util';

const attributes = {
Expand Down

0 comments on commit d429dfb

Please sign in to comment.