Browse Source

corretc minor linting complaints

pull/1373/head
Arthur Campbell 3 years ago
parent
commit
3553cd1ff3
  1. 2
      app/models/form/lettings/questions/previous_let_type.rb
  2. 2
      spec/models/form/lettings/questions/previous_let_type_spec.rb

2
app/models/form/lettings/questions/previous_let_type.rb

@ -19,5 +19,5 @@ class Form::Lettings::Questions::PreviousLetType < ::Form::Question
"8" => { "value" => "Another Intermediate Rent basis" }, "8" => { "value" => "Another Intermediate Rent basis" },
"divider" => { "value" => true }, "divider" => { "value" => true },
"3" => { "value" => "Don’t know" }, "3" => { "value" => "Don’t know" },
} }.freeze
end end

2
spec/models/form/lettings/questions/previous_let_type_spec.rb

@ -45,4 +45,4 @@ RSpec.describe Form::Lettings::Questions::PreviousLetType, type: :model do
"3" => { "value" => "Don’t know" }, "3" => { "value" => "Don’t know" },
}) })
end end
end end

Loading…
Cancel
Save