Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepestana-aot committed Dec 17, 2024
1 parent 4770b22 commit 460699b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ describe(`E2E Test Workflow fulltime-assessment-${PROGRAM_YEAR}.`, () => {
booksAndSuppliesCost: 3000,
totalProvincialAward: 1760,
alimonyOrChildSupport: 0,
federalAssessmentNeed: 50535.653846153844,
federalAssessmentNeed: 49496.70769230769,
exceptionalEducationCost:
assessmentConsolidatedData.offeringExceptionalExpenses,
provincialAssessmentNeed: 50673.54423076923,
provincialAssessmentNeed: 49496.70769230769,
parentAssessedContribution: null,
partnerAssessedContribution: null,
studentTotalFederalContribution: 216.34615384615384,
studentTotalProvincialContribution: 78.45576923076923,
studentTotalFederalContribution: 1255.2923076923078,
studentTotalProvincialContribution: 1255.2923076923078,
};

// Act/Assert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ describe(`E2E Test Workflow fulltime-assessment-${PROGRAM_YEAR}.`, () => {
booksAndSuppliesCost: 3000,
totalProvincialAward: 1760,
alimonyOrChildSupport: 0,
federalAssessmentNeed: 50535.653846153844,
federalAssessmentNeed: 49496.70769230769,
exceptionalEducationCost:
assessmentConsolidatedData.offeringExceptionalExpenses,
provincialAssessmentNeed: 50673.54423076923,
provincialAssessmentNeed: 49496.70769230769,
parentAssessedContribution: null,
partnerAssessedContribution: null,
studentTotalFederalContribution: 216.34615384615384,
studentTotalProvincialContribution: 78.45576923076923,
studentTotalFederalContribution: 1255.2923076923078,
studentTotalProvincialContribution: 1255.2923076923078,
};
// Act
const calculatedAssessment = await executeFullTimeAssessmentForProgramYear(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ describe(`E2E Test Workflow fulltime-assessment-${PROGRAM_YEAR}.`, () => {
booksAndSuppliesCost: 3000,
totalProvincialAward: 3520,
alimonyOrChildSupport: 0,
federalAssessmentNeed: 30871.653846153848,
federalAssessmentNeed: 30174.915384615386,
exceptionalEducationCost:
assessmentConsolidatedData.offeringExceptionalExpenses,
provincialAssessmentNeed: 31030.93221153846,
provincialAssessmentNeed: 30174.915384615386,
parentAssessedContribution: null,
partnerAssessedContribution: null,
studentTotalFederalContribution: 216.34615384615384,
studentTotalProvincialContribution: 57.06778846153846,
studentTotalFederalContribution: 913.0846153846154,
studentTotalProvincialContribution: 913.0846153846154,
};
// Act
const calculatedAssessment = await executeFullTimeAssessmentForProgramYear(
Expand Down

0 comments on commit 460699b

Please sign in to comment.