Browse Source

CLDC-4356: Update model tests

CLDC-4356-purpose-built-hyphen
samyou-softwire 4 days ago
parent
commit
0c062eaea0
  1. 2
      spec/models/form/sales/questions/property_building_type_spec.rb

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

@ -25,7 +25,7 @@ RSpec.describe Form::Sales::Questions::PropertyBuildingType, type: :model do
it "has the correct answer_options" do
expect(question.answer_options).to eq({
"1" => { "value" => "Purpose built" },
"1" => { "value" => "Purpose-built" },
"2" => { "value" => "Converted from previous residential or non-residential property" },
})
end

Loading…
Cancel
Save