diff --git a/api-metrics/test/internal/global.test.ts b/api-metrics/test/internal/global.test.ts index 69fbee57c62..e239728706e 100644 --- a/api-metrics/test/internal/global.test.ts +++ b/api-metrics/test/internal/global.test.ts @@ -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(),