Skip to content

Commit

Permalink
Fix GetResultTests mutation
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize committed Feb 18, 2022
1 parent c540dd4 commit c00e0e9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions server/src/test/java/org/opensearch/index/get/GetResultTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -245,19 +245,6 @@ public static GetResult mutateGetResult(GetResult getResult) {
null
)
);
mutations.add(
() -> new GetResult(
getResult.getIndex(),
getResult.getId(),
getResult.getSeqNo(),
getResult.getPrimaryTerm(),
getResult.getVersion(),
getResult.isExists(),
getResult.internalSourceRef(),
getResult.getFields(),
null
)
);
mutations.add(
() -> new GetResult(
getResult.getIndex(),
Expand Down

0 comments on commit c00e0e9

Please sign in to comment.