Skip to content

Commit

Permalink
back out change, it had nothign to do with this.
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 2, 2024
1 parent 9268a34 commit 60abf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services/ratings_importer_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class RatingsImporterTest < ActiveSupport::TestCase
test 'handles when a doc id does not exist in our index, it is still inserted' do
ratings = [
{ query_text: 'Swedish Food', doc_id: ' 720784-021190', rating: nil },
{ query_text: 'Swedish Food', doc_id: 'NON_EXISTANT_DOC_IDzzz', rating: '6' }
{ query_text: 'Swedish Food', doc_id: 'NON_EXISTANT_DOC_ID', rating: '6' }
]

ratings_importer = RatingsImporter.new owned_case, ratings, options
Expand Down

0 comments on commit 60abf02

Please sign in to comment.