Browse Source

BU test

pull/1763/head
Kat 3 years ago
parent
commit
9d1c9debbf
  1. 2
      spec/services/bulk_upload/lettings/validator_spec.rb

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

@ -305,7 +305,7 @@ RSpec.describe BulkUpload::Lettings::Validator do
end
it "creates errors" do
expect { validator.call }.to change(BulkUploadError.where(category: :setup, error: "This is a duplicate of a log in your file"), :count).by(22)
expect { validator.call }.to change(BulkUploadError.where(category: :setup, error: "This is a duplicate of a log in your file"), :count).by(20)
end
end

Loading…
Cancel
Save