Skip to content

Commit

Permalink
Merge pull request #4947 from PatrickGoRaft/mlar-updates
Browse files Browse the repository at this point in the history
Updating year ranges for MLAR CSV Parser  Unit Tests
  • Loading branch information
PatrickGoRaft authored Dec 9, 2024
2 parents 75e860f + d064296 commit 33d762b
Show file tree
Hide file tree
Showing 3 changed files with 671 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ private def getOverallLoanLimit(year: Int) = {
case 2020 => overallLoanLimit2020
case 2021 => overallLoanLimit2021
case 2022 => overallLoanLimit2022
case 2023 => overallLoanLimit2023
case 2024 => overallLoanLimit2024
case 2025 => overallLoanLimit2025

Expand Down
Loading

0 comments on commit 33d762b

Please sign in to comment.