Browse Source

Update test

pull/2881/head
Manny Dinssa 9 months ago
parent
commit
04d62fcc11
  1. 2
      spec/models/bulk_upload_spec.rb

2
spec/models/bulk_upload_spec.rb

@ -259,7 +259,7 @@ RSpec.describe BulkUpload, type: :model do
end
describe "#unpend_and_confirm_soft_validations" do
let(:bulk_upload) { create(:bulk_upload) }
let(:bulk_upload) { create(:bulk_upload, :lettings) }
let(:log) { create(:lettings_log, :completed, bulk_upload:, status: "pending", status_cache: "in_progress", supcharg: 183.24) }
it "resets the fields to confirm and updates the status to status_cache" do

Loading…
Cancel
Save