Browse Source

feat: update spec

pull/2083/head
natdeanlewissoftwire 2 years ago
parent
commit
9f51410dac
  1. 2
      spec/jobs/scheme_email_csv_job_spec.rb

2
spec/jobs/scheme_email_csv_job_spec.rb

@ -16,7 +16,7 @@ describe SchemeEmailCsvJob do
let(:organisation) { build(:organisation) }
let(:download_type) { "combined" }
let(:schemes) { build_list(:scheme, 5, owning_organisation: organisation) }
let(:locations) { build_list(:locations, 5, scheme: schemes.first) }
let(:locations) { build_list(:location, 5, scheme: schemes.first) }
before do
allow(Storage::S3Service).to receive(:new).and_return(storage_service)

Loading…
Cancel
Save