Skip to content

Commit

Permalink
removed not related test code
Browse files Browse the repository at this point in the history
Signed-off-by: channel-dante <[email protected]>
  • Loading branch information
channel-dante committed Jan 3, 2024
1 parent 8c7f4c9 commit 74220c0
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
import org.opensearch.client.opensearch.model.ModelTestCase;

public class SearchRequestTest extends ModelTestCase {
@Test
public void afterSearch() {
SearchRequest request = new SearchRequest.Builder().searchAfter(FieldValue.of(1), FieldValue.of("string")).build();

assertEquals("{\"search_after\":[1,\"string\"]}", toJson(request));
}

@Test
public void toBuilder() {
SearchRequest origin = new SearchRequest.Builder().index("index").build();
Expand Down

0 comments on commit 74220c0

Please sign in to comment.