Skip to content

Commit

Permalink
nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
jherns committed Oct 25, 2024
1 parent 0ea5b14 commit c1fe774
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: "title")
doc = @dest_index.docs.get(id: 1, type: "book")
puts "Document in Destination Index: #{doc}"

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

0 comments on commit c1fe774

Please sign in to comment.