Browse Source

feat: update test

pull/2185/head
natdeanlewissoftwire 2 years ago
parent
commit
d521885766
  1. 4
      spec/models/form/lettings/questions/reasonpref_spec.rb

4
spec/models/form/lettings/questions/reasonpref_spec.rb

@ -30,8 +30,8 @@ RSpec.describe Form::Lettings::Questions::Reasonpref, type: :model do
expect(question.answer_options).to eq({
"1" => { "value" => "Yes" },
"2" => { "value" => "No" },
"3" => { "value" => "Don't know" },
"divider" => { "value" => "true" },
"3" => { "value" => "Dont know" },
"divider" => { "value" => true },
})
end

Loading…
Cancel
Save