Skip to content

Commit

Permalink
Throwaway commit to troubleshoot CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Oct 11, 2023
1 parent e385aaf commit 3231c16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/models/report_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ def report_field_index(field_name)
end

it 'handles a multivalued fields' do
p(report_field_index(:druid))
p(csv)
p(CSV.parse(csv))
row = CSV.parse(csv).find { |row| row[report_field_index(:druid)] == 'xb482ww9999' }
expect(row[report_field_index(:tag_ssim)].split(';').length).to eq(2)
end
Expand Down

0 comments on commit 3231c16

Please sign in to comment.