Skip to content

Commit

Permalink
Add missing type "text" for the operator
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Nov 19, 2024
1 parent 22f4388 commit 68907ff
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public static Iterable<Object[]> parameters() {
// Have a minimal test so that we can generate the docs
List<TestCaseSupplier> suppliers = new LinkedList<>();
addPositiveTestCase(List.of(DataType.KEYWORD, DataType.KEYWORD), suppliers);
addPositiveTestCase(List.of(DataType.TEXT, DataType.TEXT), suppliers);
return parameterSuppliersFromTypedData(suppliers);
}
}

0 comments on commit 68907ff

Please sign in to comment.