Skip to content

Commit

Permalink
Update test for catkey
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Collier committed May 24, 2018
1 parent 4e1e2f5 commit 7cdeeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/symphony_reader_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
end

it 'parses control fields' do
expect(reader.to_marc.fields('001').first.value).to eq 'some data'
expect(reader.to_marc.fields('001').first.value).to eq 'acatkey'
end

it 'removes duplicate fields' do
Expand Down

0 comments on commit 7cdeeb7

Please sign in to comment.