Skip to content

Commit

Permalink
[elastic_5_6] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NPi2Loup committed Nov 9, 2023
1 parent 0649154 commit e0c85cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ public void testSortedQuery() {
Assertions.assertEquals(1998, firstItem.getItemYear().intValue());

firstItem = doQueryAndGetFirst("*:*", "itemYear", true);
Assertions.assertEquals(2010, firstItem.getItemYear().intValue());
Assertions.assertEquals(2061, firstItem.getItemYear().intValue());

final DtListState listState = DtListState.of(null, 0, itemIndexDefinition.getIndexDtDefinition().getField("model").name(), true);
final DtList<Item> dtList = doQueryAll(listState).getDtList();
Expand Down

0 comments on commit e0c85cb

Please sign in to comment.