Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpierce committed Dec 6, 2024
1 parent 36b056d commit 042e982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/indexers/hyrax/indexers/file_set_indexer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
let(:metadata_attrs) do
{
id: SecureRandom.uuid,
file_identifier: "versiondisk://#{Rails.root}/tmp/test_adapter_uploads/VALFILEID1",
file_identifier: "versiondisk://#{Rails.root.join('tmp', 'test_adapter_uploads', 'VALFILEID1')}",
alternate_ids: ['AFFILEID1'],
file_set_id: fileset_id,

Expand Down

0 comments on commit 042e982

Please sign in to comment.