@ -6,7 +6,7 @@ class Form::Sales::Questions::Prevshared < ::Form::Question
@header = "Was the previous property under shared ownership?"
@type = "radio"
@answer_options = ANSWER_OPTIONS
@hint = "For any buyer"
@hint_text = "For any buyer"
@question_number = 74
end
@ -44,6 +44,6 @@ RSpec.describe Form::Sales::Questions::Prevshared, type: :model do
it "has the correct hint" do
expect(question.hint_text).to be_nil
expect(question.hint_text).to eq("For any buyer")