Skip to content

Commit

Permalink
HSEARCH-4142 Remove any reference to AnnotationMappingSmokeIT
Browse files Browse the repository at this point in the history
Not releated to this issue
  • Loading branch information
fax4ever committed Mar 1, 2021
1 parent b8b3535 commit 5be33da
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -506,16 +506,16 @@ public void search_multipleElementsProjection() {
2L,
Arrays.asList(
"text1",
reference( AnnotationMappingSmokeIT.IndexedEntity.INDEX, "0" ),
reference( IndexedEntity.INDEX, "0" ),
LocalDate.of( 2017, 11, 1 ),
reference( AnnotationMappingSmokeIT.IndexedEntity.INDEX, "0" ),
reference( IndexedEntity.INDEX, "0" ),
"text2"
),
Arrays.asList(
null,
reference( AnnotationMappingSmokeIT.YetAnotherIndexedEntity.INDEX, "1" ),
reference( YetAnotherIndexedEntity.INDEX, "1" ),
LocalDate.of( 2017, 11, 2 ),
reference( AnnotationMappingSmokeIT.YetAnotherIndexedEntity.INDEX, "1" ),
reference( YetAnotherIndexedEntity.INDEX, "1" ),
null
)
)
Expand Down

0 comments on commit 5be33da

Please sign in to comment.