Skip to content

Commit

Permalink
Update packages/sdk-metrics/test/export/PeriodicExportingMetricReader…
Browse files Browse the repository at this point in the history
….test.ts

Co-authored-by: Trent Mick <[email protected]>
  • Loading branch information
pichlermarc and trentm authored Nov 12, 2024
1 parent 2d2fce0 commit 89a6af6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('PeriodicExportingMetricReader', () => {
});

describe('constructor', () => {
it('should constructcreatePeriodicExportingMetricReader without exceptions', () => {
it('should createPeriodicExportingMetricReader without exceptions', () => {
const exporter = new TestDeltaMetricExporter();
assert.doesNotThrow(() =>
createPeriodicExportingMetricReader({
Expand Down

0 comments on commit 89a6af6

Please sign in to comment.