Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antoni-devlin committed Nov 11, 2024
1 parent 195916a commit bed3cf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/smart_answer/calculators/self_assessment_penalties.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ class SelfAssessmentPenalties < OpenStruct
{ start_date: "2023-05-31", end_date: "2023-07-10", value: 0.07 },
{ start_date: "2023-07-11", end_date: "2023-08-21", value: 0.075 },
{ start_date: "2023-08-22", end_date: "2024-08-19", value: 0.0775 },
{ start_date: "2024-08-20", end_date: "2100-04-04", value: 0.075 },
{ start_date: "2024-08-20", end_date: "2024-11-25", value: 0.075 },
{ start_date: "2024-11-26", end_date: "2100-04-04", value: 0.0725 },
].freeze

def tax_year_range
Expand Down

0 comments on commit bed3cf4

Please sign in to comment.