Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alphagov/smart-answers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e9726b2e254db7259edf06e0473802dccbfc7236
Choose a base ref
..
head repository: alphagov/smart-answers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f0430d715ceb4e9fe65b03d28f50018e32c06920
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/unit/calculators/maternity_paternity_calculator_test.rb
Original file line number Diff line number Diff line change
@@ -486,7 +486,7 @@ class MaternityPaternityCalculatorTest < ActiveSupport::TestCase

context "for 2043 rates" do
should "give a default rate for a date in the future" do
assert_equal 139.58, @calculator.statutory_rate(Date.parse('6 April 2043'))
assert_equal 140.98, @calculator.statutory_rate(Date.parse('6 April 2043'))
end
end
end