Browse Source

Fix linting

pull/2509/head
Rachael Booth 2 years ago
parent
commit
884f547b16
  1. 2
      spec/services/bulk_upload/processor_spec.rb

2
spec/services/bulk_upload/processor_spec.rb

@ -30,7 +30,7 @@ RSpec.describe BulkUpload::Processor do
let(:file) { Tempfile.new } let(:file) { Tempfile.new }
let(:path) { file.path } let(:path) { file.path }
let(:log) { build(:lettings_log, :completed, assigned_to: user)} let(:log) { build(:lettings_log, :completed, assigned_to: user) }
before do before do
allow(BulkUpload::Lettings::Validator).to receive(:new).and_return(mock_validator) allow(BulkUpload::Lettings::Validator).to receive(:new).and_return(mock_validator)

Loading…
Cancel
Save