Skip to content

Commit

Permalink
remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
astefan committed Nov 23, 2023
1 parent a8bd04c commit eff1141
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -511,14 +511,6 @@ private static void assertNamedEsField(EsField origObj) {
EqualsHashCodeTestUtils.checkEqualsAndHashCode(origObj, unused -> deserObj);
}

static EsIndex randomEmptyEsIndex() {
return new EsIndex(
randomAlphaOfLength(randomIntBetween(1, 25)),
Collections.emptyMap(),
Set.of(randomAlphaOfLength(randomIntBetween(1, 25)), randomAlphaOfLength(randomIntBetween(1, 25)))
);
}

static EsIndex randomEsIndex() {
return new EsIndex(
randomAlphaOfLength(randomIntBetween(1, 25)),
Expand Down

0 comments on commit eff1141

Please sign in to comment.