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 15, 2024
1 parent b66e113 commit 3676660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/calculators/self_assessment_penalties_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@ def setup
assert_equal 5695, @calculator.total_owed
@calculator.payment_date = Date.parse("2025-02-03")
assert_equal 750, @calculator.late_payment_penalty
assert_equal 6134, @calculator.total_owed
assert_equal 6132, @calculator.total_owed
@calculator.payment_date = Date.parse("2025-08-03")
assert_equal 750, @calculator.late_payment_penalty
assert_equal 6320, @calculator.total_owed
assert_equal 6311, @calculator.total_owed
end

context "HMRC Covid-19 Extension to 1 April for 2019-20" do
Expand Down

0 comments on commit 3676660

Please sign in to comment.