From c37201e4eac1efa0f134bba81d821285354eb4b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Mon, 9 Mar 2020 18:51:30 +0100 Subject: [PATCH] HSEARCH-3860 Fix typos in FieldSearchSortBaseIT --- .../backend/tck/search/sort/FieldSearchSortBaseIT.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/search/sort/FieldSearchSortBaseIT.java b/integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/search/sort/FieldSearchSortBaseIT.java index 8321355ac7d..833a7685308 100644 --- a/integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/search/sort/FieldSearchSortBaseIT.java +++ b/integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/search/sort/FieldSearchSortBaseIT.java @@ -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 -> { @@ -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 -> {