Skip to content

Commit

Permalink
fixed reference to overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
vicilliar committed Mar 14, 2023
1 parent c84f744 commit e5c4237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_use_existing_tensors_non_existing(self):
config=self.config, index_name=self.index_name_1,
document_id="123", show_vectors=True)

self.assertEqual(use_existing_tensors_doc, overwritten)
self.assertEqual(use_existing_tensors_doc, overwritten_doc)

def test_use_existing_tensors_dupe_ids(self):
"""
Expand Down

0 comments on commit e5c4237

Please sign in to comment.