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 b7a6750
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
package org.opensearch.client.opensearch.core;

import org.junit.Test;
import org.opensearch.client.opensearch._types.FieldValue;
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() {
Expand Down

0 comments on commit b7a6750

Please sign in to comment.