diff --git a/spec/services/imports/lettings_logs_import_service_spec.rb b/spec/services/imports/lettings_logs_import_service_spec.rb index 1138fd203..fa83f4d34 100644 --- a/spec/services/imports/lettings_logs_import_service_spec.rb +++ b/spec/services/imports/lettings_logs_import_service_spec.rb @@ -432,9 +432,9 @@ RSpec.describe Imports::LettingsLogsImportService do end end - context "and this is an internal transfer from a non social housing" do + context "and this is an internal transfer from a non social housing (and not residential care home)" do before do - lettings_log_xml.at_xpath("//xmlns:Q11").content = "9 Residential care home" + lettings_log_xml.at_xpath("//xmlns:Q11").content = "4 Tied housing or rented with job" lettings_log_xml.at_xpath("//xmlns:Q16").content = "1 Internal Transfer" end