-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#4397 - Fix CSGD (CSG - PTDEP) [PT 24/25] #4399
Conversation
|
@@ -50,7 +50,7 @@ describe(`E2E Test Workflow parttime-assessment-${PROGRAM_YEAR}-awards-amount-CS | |||
calculatedAssessment.variables.dmnPartTimeAwardFamilySizeVariables | |||
.limitAwardCSGDIncomeCap, | |||
); | |||
expect(calculatedAssessment.variables.federalAwardCSGDAmount).toBe(1260); | |||
expect(calculatedAssessment.variables.federalAwardNetCSGDAmount).toBe(1260); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor. federalAwardCSGDAmount
is renamed to federalAwardMaxCSGDAmount
. Hence an an assert to check
expect(calculatedAssessment.variables.federalAwardMaxCSGDAmount).toBe(1260);
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please ignore this for hotfix PR. It can be accommodated in other PR to main.
As it is a hotfix, the changes are ignored for 2025-2026 PY and the PY before 2024-2025 ? Other than the above just a minor comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for the Hotfix. 👍
Please make a separate PR to merge into main copying the same change to all the PYs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving as it is since it is a last-minute fix for the 2.5 release but please ensure the other program years will be updated in the main
as mentioned by @dheepak-aot
As a part of this PR, the following was fixed:
federalAwardCSGDAmount
tofederalAwardMaxCSGDAmount
Screenshot:
federalAwardNetCSGDAmount
calculation to take the minimum value of remaining need, max calculated, and PY award limit less previously awarded value.Screenshot:
Screenshot: