Browse Source

Update spec/services/imports/lettings_logs_import_service_spec.rb

Co-authored-by: natdeanlewissoftwire <94526761+natdeanlewissoftwire@users.noreply.github.com>
pull/1902/head
kosiakkatrina 3 years ago committed by GitHub
parent
commit
c41412e718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spec/services/imports/lettings_logs_import_service_spec.rb

2
spec/services/imports/lettings_logs_import_service_spec.rb

@ -325,7 +325,7 @@ RSpec.describe Imports::LettingsLogsImportService do
.not_to raise_error .not_to raise_error
end end
it "clears out the invalid tenancy lenght" do it "clears out the invalid tenancy length" do
allow(logger).to receive(:warn) allow(logger).to receive(:warn)
lettings_log_service.send(:create_log, lettings_log_xml) lettings_log_service.send(:create_log, lettings_log_xml)

Loading…
Cancel
Save