Browse Source

fix linting error

pull/1223/head
Phil Lee 3 years ago
parent
commit
1a3d497ba3
  1. 1
      spec/controllers/bulk_upload_lettings_results_controller_spec.rb

1
spec/controllers/bulk_upload_lettings_results_controller_spec.rb

@ -13,7 +13,6 @@ RSpec.describe BulkUploadLettingsResultsController do
render_views
it "displays copy to user" do
get :resume, params: { id: bulk_upload.id }
expect(response.body).to include("There are no more logs that need updating")

Loading…
Cancel
Save