We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e51d4 commit 2a01180Copy full SHA for 2a01180
server/src/test/java/org/elasticsearch/search/fetch/StoredFieldsSpecTests.java
@@ -81,7 +81,6 @@ public void testNoCloneOnMerge() {
81
assertThat(spec.requiredStoredFields(), sameInstance(withCat.requiredStoredFields()));
82
}
83
84
-
85
private static SearchContext searchContext(SearchSourceBuilder sourceBuilder) {
86
SearchContext sc = mock(SearchContext.class);
87
when(sc.fetchSourceContext()).thenReturn(sourceBuilder.fetchSource());
0 commit comments