Skip to content

Commit

Permalink
Update global semver major in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Oct 27, 2022
1 parent bf5599e commit 5ccb3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-metrics/test/internal/global.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const api2 = require('../../src') as typeof import('../../src');

// This will need to be changed manually on major version changes.
// It is intentionally not autogenerated to ensure the author of the change is aware of what they are doing.
const GLOBAL_METRICS_API_SYMBOL_KEY = 'opentelemetry.js.api.metrics.0';
const GLOBAL_METRICS_API_SYMBOL_KEY = 'opentelemetry.js.api.metrics.1';

const getMockLogger = () => ({
verbose: sinon.spy(),
Expand Down

0 comments on commit 5ccb3e8

Please sign in to comment.