Skip to content

Commit

Permalink
tweak test for default
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Khludnev <[email protected]>
  • Loading branch information
mkhludnev committed Feb 12, 2024
1 parent 1a0049c commit 05296d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ public void testNestedDepthOnceOnly() throws Exception {
}

public void testNestedDepthDefault() throws Exception {
assertEquals(20, createShardContext().getIndexSettings().getMaxNestedQueryDepth());
assertEquals(Integer.MAX_VALUE, createShardContext().getIndexSettings().getMaxNestedQueryDepth());
}

private void checkOnceNested(QueryShardContext ctx) throws Exception {
Expand Down

0 comments on commit 05296d9

Please sign in to comment.