Skip to content

Commit

Permalink
revert unneeded test change
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize committed Apr 4, 2022
1 parent e8d8e80 commit 6e9bc40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/test/java/org/opensearch/VersionTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ public void testOpenSearchMinIndexCompatVersion() {
major = 7;
} else if (opensearchMajor == 2) {
major = 8;
} else if (opensearchMajor == 3) {
major = 9;
}
Version expected = VersionUtils.getFirstVersionOfMajor(candidates, major - 1);
Version actual = opensearchVersion.minimumIndexCompatibilityVersion();
Expand Down

0 comments on commit 6e9bc40

Please sign in to comment.