Skip to content

Commit

Permalink
Update test to account for prior changes
Browse files Browse the repository at this point in the history
Signed-off-by: MaxKsyunz <[email protected]>
  • Loading branch information
MaxKsyunz committed May 29, 2023
1 parent 1dc3320 commit 701bce7
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,6 @@ void serialize_deserialize_needClean() {
assertEquals("", newRequest.getScrollId());
}

@Test
void default_constructor() {
assertEquals(NO_SCROLL_ID, new OpenSearchScrollRequest().getScrollId());
}

@Test
void setScrollId() {
request.setScrollId("test");
Expand Down

0 comments on commit 701bce7

Please sign in to comment.