Skip to content

Commit

Permalink
HSEARCH-3860 Fix typos in FieldSearchSortBaseIT
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Mar 13, 2020
1 parent efde6d9 commit c37201e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -413,7 +413,7 @@ public void multiIndex_withCompatibleIndexManager_usingField() {

/*
* Not testing the ordering of results here because some documents have the same value.
* It's not what we want tot test anyway: we just want to check that fields are correctly
* It's not what we want to test anyway: we just want to check that fields are correctly
* detected as compatible and that no exception is thrown.
*/
assertThat( query ).hasDocRefHitsAnyOrder( b -> {
Expand Down Expand Up @@ -458,7 +458,7 @@ public void multiIndex_withRawFieldCompatibleIndexManager_dslConverterDisabled()

/*
* Not testing the ordering of results here because some documents have the same value.
* It's not what we want tot test anyway: we just want to check that fields are correctly
* It's not what we want to test anyway: we just want to check that fields are correctly
* detected as compatible and that no exception is thrown.
*/
assertThat( query ).hasDocRefHitsAnyOrder( b -> {
Expand Down

0 comments on commit c37201e

Please sign in to comment.