Skip to content

Commit

Permalink
Fix IT
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazanec <[email protected]>
  • Loading branch information
jmazanec15 committed Aug 14, 2024
1 parent 9ad2096 commit 8ba2c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/opensearch/knn/index/OpenSearchIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ public void testVectorMappingValidation_invalidDimension() {
containsString(
"Dimension value cannot be greater than "
+ KNNEngine.getMaxDimensionByEngine(KNNEngine.DEFAULT)
+ " for vector: "
+ FIELD_NAME
+ " for vector with engine: "
+ KNNEngine.DEFAULT.getName()
)
);
}
Expand Down

0 comments on commit 8ba2c9c

Please sign in to comment.