Browse Source

tests: test tweaks

pull/1113/head
natdeanlewissoftwire 4 years ago
parent
commit
c14648f288
  1. 2
      spec/models/form/sales/questions/deposit_discount_spec.rb

2
spec/models/form/sales/questions/deposit_discount_spec.rb

@ -20,7 +20,7 @@ RSpec.describe Form::Sales::Questions::DepositDiscount, type: :model do
end end
it "has the correct check_answer_label" do it "has the correct check_answer_label" do
expect(question.check_answer_label).to eq("Monthly rent") expect(question.check_answer_label).to eq("Cash discount through SocialHomeBuy")
end end
it "has the correct type" do it "has the correct type" do

Loading…
Cancel
Save