Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
jherns committed Oct 25, 2024
1 parent 348304d commit 0ea5b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client/reindex_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@dest_index.refresh

# Verify that the document has been reindexed
doc = @dest_index.docs.get(id: 1, type: "book")
doc = @dest_index.docs.get(id: 1, type: "title")
puts "Document in Destination Index: #{doc}"

assert_equal "Book 1", doc["_source"]["title"]
Expand Down

0 comments on commit 0ea5b14

Please sign in to comment.