Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Jun 30, 2023
1 parent f23eeac commit df6c722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe('MongoDBInstrumentation-Metrics', () => {
);

assert.strictEqual(exportedMetrics.length, 1);
let metrics = exportedMetrics[0].scopeMetrics[0].metrics;
const metrics = exportedMetrics[0].scopeMetrics[0].metrics;
assert.strictEqual(metrics.length, 1);
assert.strictEqual(metrics[0].dataPointType, DataPointType.SUM);

Expand Down

0 comments on commit df6c722

Please sign in to comment.