Skip to content

Commit f792b63

Browse files
committed
fix RecoveryIT bug
Signed-off-by: Nicholas Walter Knize <[email protected]>
1 parent 474ce8c commit f792b63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qa/rolling-upgrade/src/test/java/org/opensearch/upgrades/RecoveryIT.java

-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ private String getNodeId(Predicate<Version> versionPredicate) throws IOException
245245
if (versionPredicate.test(version)) {
246246
return id;
247247
}
248-
return id;
249248
}
250249
return null;
251250
}

0 commit comments

Comments
 (0)