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