From 6579089cbd4e147db920401ed1b5d821599f5259 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Wed, 12 Jun 2024 14:32:55 +0100 Subject: [PATCH] Remove blank line --- .../validations/sales/sale_information_validations_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/models/validations/sales/sale_information_validations_spec.rb b/spec/models/validations/sales/sale_information_validations_spec.rb index ddd8698c5..20887bf97 100644 --- a/spec/models/validations/sales/sale_information_validations_spec.rb +++ b/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") end - 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.mortgage = 64_500