Skip to content

Commit

Permalink
Fixing bug
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun committed Jan 2, 2024
1 parent 1ebe6a4 commit 7b3498e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

public class SemanticSearchIT extends AbstractRollingUpgradeTestCase {
private static final String PIPELINE_NAME = "nlp-pipeline";
private static final String TEST_FIELD = "test-field";
private static final String TEST_FIELD = "passage_text";
private static final String TEXT = "Hello world";
private static final String TEXT_MIXED = "Hello world mixed";
private static final String TEXT_UPGRADED = "Hello world upgraded";
Expand Down

0 comments on commit 7b3498e

Please sign in to comment.