Skip to content

Commit

Permalink
rubocop indentation fix for feature/indexing_identifiers_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Mar 14, 2024
1 parent 7b6ef08 commit cd95c97
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions spec/features/indexing_identifiers_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
let(:barcode) { '20503740296' }
let(:item) do
FactoryBot.create_for_repository(:persisted_item, identification: {
sourceId: "sul:#{SecureRandom.uuid}",
barcode:
})
sourceId: "sul:#{SecureRandom.uuid}",
barcode:
})
end

it 'matches query with bare and prefixed barcode' do
Expand All @@ -128,13 +128,13 @@
let(:catalog_id) { 'a11403803' }
let(:item) do
FactoryBot.create_for_repository(:persisted_item, identification: {
sourceId: "sul:#{SecureRandom.uuid}",
catalogLinks: [{
catalog: 'folio',
refresh: false,
catalogRecordId: catalog_id
}]
})
sourceId: "sul:#{SecureRandom.uuid}",
catalogLinks: [{
catalog: 'folio',
refresh: false,
catalogRecordId: catalog_id
}]
})
end

it 'matches catalog identifier with and without folio prefix' do
Expand Down

0 comments on commit cd95c97

Please sign in to comment.