Browse Source

feat: update tests

pull/1924/head
natdeanlewissoftwire 3 years ago
parent
commit
eaeb2e1d60
  1. 4
      spec/services/imports/lettings_logs_import_service_spec.rb

4
spec/services/imports/lettings_logs_import_service_spec.rb

@ -432,9 +432,9 @@ RSpec.describe Imports::LettingsLogsImportService do
end end
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 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" lettings_log_xml.at_xpath("//xmlns:Q16").content = "1 Internal Transfer"
end end

Loading…
Cancel
Save