Skip to content

Commit

Permalink
fix typo in comment in scoring component tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nevio18324 committed Dec 23, 2024
1 parent 0bfa74b commit 74ff4fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ describe('ScoringComponent', () => {
component.commitPercent = 0;
component.failPercent = 0;

// Set zonen
// Set zone
(component.keyResult.lastCheckIn as CheckInOrdinalMin).zone = object.zoneValue;
component.calculatePercentageOrdinal();

Expand Down

0 comments on commit 74ff4fc

Please sign in to comment.