Browse Source

Remove blank line

pull/2427/head
Rachael Booth 2 years ago
parent
commit
6579089cbd
  1. 1
      spec/models/validations/sales/sale_information_validations_spec.rb

1
spec/models/validations/sales/sale_information_validations_spec.rb

@ -354,7 +354,6 @@ RSpec.describe Validations::Sales::SaleInformationValidations do
expect(record.errors["grant"]).to include("The mortgage, deposit, and grant when added together is £66,113.00, and the purchase price times by the discount is £66,051.00. These figures should be the same") expect(record.errors["grant"]).to include("The mortgage, deposit, and grant when added together is £66,113.00, and the purchase price times by the discount is £66,051.00. These figures should be the same")
end end
it "does not add errors if mortgage and deposit total is exactly 0.05% x market value away from market value - discount" do it "does not add errors if mortgage and deposit total is exactly 0.05% x market value away from market value - discount" do
record.value = 120_000 record.value = 120_000
record.mortgage = 64_500 record.mortgage = 64_500

Loading…
Cancel
Save