Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Jun 8, 2023
1 parent 8e78b6b commit 8900842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/hyrax/downloads_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
let(:original_file) { File.open(file_path) }
let(:user) { FactoryBot.create(:user) }

let(:original_file_use) { Hyrax::FileMetadata::Use::ORIGINAL_FILE }
let(:original_file_use) { Hyrax::FileMetadata::Use::ORIGINAL_FILE }
let(:original_file_metadata) { FactoryBot.valkyrie_create(:hyrax_file_metadata, use: original_file_use, file_identifier: "disk://#{file_path}") }
let(:file_set) do
if Hyrax.config.use_valkyrie?
Expand Down

0 comments on commit 8900842

Please sign in to comment.