Skip to content

Commit

Permalink
Update spec/marc_to_solr/lib/config_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Jane Sandberg <sandbergja@users.noreply.github.com>
  • Loading branch information
maxkadel and sandbergja authored Feb 10, 2025
1 parent 1cc6211 commit 71d8a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/marc_to_solr/lib/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ def fixture_record(fixture_name, indexer: @indexer)
expect(lc_facet).to be_nil
end

it 'handles cases where the call number is invalid' do
it 'does not index data into the lc_facet field if the call number is invalid' do
expect(record['lc_facet']).to be_nil
end
end
Expand Down

0 comments on commit 71d8a81

Please sign in to comment.