Skip to content

Commit 277b422

Browse files
Replaces Assert with Assess
Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 75989d1 commit 277b422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/metrics/tests/unit/dimensions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ describe('Working with dimensions', () => {
583583
// Act
584584
metrics.addMetric('myMetric', MetricUnit.Count, 1);
585585

586-
// Assert
586+
// Assess
587587
expect(console.warn).not.toHaveBeenCalled();
588588

589589
expect(console.log).toHaveEmittedEMFWith(

0 commit comments

Comments
 (0)