Skip to content

Commit

Permalink
Fixing Test Case
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun committed Nov 29, 2023
1 parent 095ff6e commit bd21da7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ protected void initializeBasicIndexIfNotExist(String indexName) {
Collections.singletonList(TEST_KNN_VECTOR_FIELD_NAME_1),
Collections.singletonList(Floats.asList(testVector).toArray()),
Collections.singletonList(TEST_TEXT_FIELD_NAME_3),
Collections.singletonList(TEST_QUERY_TEXT)
Collections.singletonList(TEST_QUERY_TEXT8)
);
assertEquals(1, getDocCount(TEST_TEXT_AND_VECTOR_FIELD_INDEX_NAME));
}
Expand Down

0 comments on commit bd21da7

Please sign in to comment.