Skip to content

Commit ac55df2

Browse files
authored
Merge pull request #1606 from projectblacklight/fix-typo-in-spec
Fix a typo in spec for normalized_title
2 parents c87c153 + e57c11c commit ac55df2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/models/concerns/arclight/solr_document_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
end
7474
end
7575

76-
describe '#normalize_title' do
76+
describe '#normalized_title' do
7777
let(:document) { SolrDocument.new(normalized_title_ssm: 'My Title, 1990-2000') }
7878

7979
it 'uses the normalized title from index-time' do

0 commit comments

Comments
 (0)