Skip to content
Prev Previous commit
Next Next commit
Merge branch 'master' into astorm/labels-optional
  • Loading branch information
astorm committed May 13, 2020
commit ffd2593a03e758a472e9c7e8f53df57c227ebf47
2 changes: 1 addition & 1 deletion packages/opentelemetry-metrics/test/Meter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe('Meter', () => {
assert.strictEqual(record1.aggregator.toPoint().value, 1);
});

it('should return counter with resource', () => {
it('should pipe through resource', () => {
const counter = meter.createCounter('name') as CounterMetric;
assert.ok(counter.resource instanceof Resource);

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.