@ -63,7 +63,7 @@ RSpec.describe Form::Lettings::Questions::Declaration, type: :model do
end
it"returns correct unanswered_error_message"do
expect(question.unanswered_error_message).toeq("You must show the MHCLG privacy notice to the tenant before you can submit this log.")
expect(question.unanswered_error_message).toeq("You must show the MHCLG privacy notice to the tenant before you can submit this log")
end
end
@ -87,7 +87,7 @@ RSpec.describe Form::Lettings::Questions::Declaration, type: :model do
end
it"returns correct unanswered_error_message"do
expect(question.unanswered_error_message).toeq("You must show or give access to the MHCLG privacy notice to the tenant before you can submit this log.")
expect(question.unanswered_error_message).toeq("You must show or give access to the MHCLG privacy notice to the tenant before you can submit this log")
@ -60,7 +60,7 @@ RSpec.describe Form::Sales::Questions::PrivacyNotice, type: :model do
end
it"returns correct unanswered_error_message"do
expect(question.unanswered_error_message).toeq("You must show the MHCLG privacy notice to the buyer before you can submit this log.")
expect(question.unanswered_error_message).toeq("You must show the MHCLG privacy notice to the buyer before you can submit this log")
end
end
@ -78,7 +78,7 @@ RSpec.describe Form::Sales::Questions::PrivacyNotice, type: :model do
end
it"returns correct unanswered_error_message"do
expect(question.unanswered_error_message).toeq("You must show the MHCLG privacy notice to the buyers before you can submit this log.")
expect(question.unanswered_error_message).toeq("You must show the MHCLG privacy notice to the buyers before you can submit this log")
end
end
end
@ -100,7 +100,7 @@ RSpec.describe Form::Sales::Questions::PrivacyNotice, type: :model do
end
it"returns correct unanswered_error_message"do
expect(question.unanswered_error_message).toeq("You must show or give access to the MHCLG privacy notice to the buyer before you can submit this log.")
expect(question.unanswered_error_message).toeq("You must show or give access to the MHCLG privacy notice to the buyer before you can submit this log")
end
end
@ -118,7 +118,7 @@ RSpec.describe Form::Sales::Questions::PrivacyNotice, type: :model do
end
it"returns correct unanswered_error_message"do
expect(question.unanswered_error_message).toeq("You must show or give access to the MHCLG privacy notice to the buyers before you can submit this log.")
expect(question.unanswered_error_message).toeq("You must show or give access to the MHCLG privacy notice to the buyers before you can submit this log")