Browse Source

CLDC-4141: avoid sales changes in this PR, will leave to CLDC-4177

pull/3156/head
Nat Dean-Lewis 2 weeks ago
parent
commit
9577c363eb
  1. 2
      spec/services/bulk_upload/sales/validator_spec.rb

2
spec/services/bulk_upload/sales/validator_spec.rb

@ -11,7 +11,7 @@ RSpec.describe BulkUpload::Sales::Validator do
let(:organisation) { create(:organisation, old_visible_id: "123") }
let(:log) { build(:sales_log, :completed, assigned_to: user) }
let(:log_to_csv) { BulkUpload::SalesLogToCsv.new(log:) }
let(:bulk_upload) { create(:bulk_upload, :sales, user:, year:) }
let(:bulk_upload) { create(:bulk_upload, user:, year: log.collection_start_year) }
let(:path) { file.path }
let(:file) { Tempfile.new }

Loading…
Cancel
Save