Browse Source

lint

pull/1429/head
Kat 3 years ago
parent
commit
cba13ad49b
  1. 2
      spec/models/validations/sales/soft_validations_spec.rb

2
spec/models/validations/sales/soft_validations_spec.rb

@ -798,7 +798,7 @@ RSpec.describe Validations::Sales::SoftValidations do
expect(record).to be_person_3_student_not_child
end
end
describe "#discounted_ownership_value_invalid?" do
context "when grant is routed to" do
let(:record) { FactoryBot.build(:sales_log, mortgage: 10_000, deposit: 5_000, value: 30_000, ownershipsch: 2, type: 8, saledate: Time.zone.local(2023, 4, 3)) }

Loading…
Cancel
Save