Skip to content

Commit

Permalink
Encoding MARCXML no longer strips non-alphanumeric subfield codes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jun 7, 2021
1 parent 3093268 commit 4677b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/normalized_download_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

expect(Ahoy::Event.last.properties.with_indifferent_access).to include(
attachment_name: 'marc21',
byte_size: 844,
byte_size: 845,
filename: "#{organization.slug}-2020-01-01-full-marc21.mrc.gz",
organization_id: organization.slug
)
Expand Down

0 comments on commit 4677b44

Please sign in to comment.