Browse Source

fix bulk upload tests

for some reason tenancylength must not be given for validation to pass
further-bulk-upload-year-fixes
Phil Lee 2 years ago
parent
commit
ceb5ce581b
  1. 1
      spec/services/bulk_upload/processor_spec.rb

1
spec/services/bulk_upload/processor_spec.rb

@ -270,6 +270,7 @@ RSpec.describe BulkUpload::Processor do
voiddate: nil,
mrcdate: nil,
startdate: Date.new(2022, 10, 1),
tenancylength: nil,
)
end

Loading…
Cancel
Save