Browse Source

fix tests

pull/911/head
Ted-U 3 years ago committed by Jack S
parent
commit
564300cd53
  1. 2
      spec/models/form/sales/questions/building_type_spec.rb

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

@ -20,7 +20,7 @@ RSpec.describe Form::Sales::Questions::BuildingType, 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("Building type") expect(question.check_answer_label).to eq("Type of building")
end end
it "has the correct type" do it "has the correct type" do

Loading…
Cancel
Save