Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
am29d committed Nov 2, 2023
1 parent 359f29a commit 13aeb09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/metrics/tests/unit/Metrics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ describe('Class: Metrics', () => {
}

// Act & Assess
metrics.addDimensions(dimensionsToBeAdded);
expect(Object.keys(metrics['dimensions']).length).toBe(
MAX_DIMENSION_COUNT
);
Expand Down

0 comments on commit 13aeb09

Please sign in to comment.