Skip to content

Commit

Permalink
another leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Sep 20, 2024
1 parent 780c45c commit 0ab9caa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void testOldIndicesCheck() {
.build();
DeprecationIssue expected = new DeprecationIssue(
DeprecationIssue.Level.CRITICAL,
"Old index with a compatibility version < 8.0",
"Old index with a compatibility version < 7.0",
"https://www.elastic.co/guide/en/elasticsearch/reference/master/" + "breaking-changes-8.0.html",
"This index has version: " + createdWith.toReleaseVersion(),
false,
Expand Down

0 comments on commit 0ab9caa

Please sign in to comment.