diff --git a/x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ilm/WaitForSnapshotStepTests.java b/x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ilm/WaitForSnapshotStepTests.java index 6ca711c9f24..58e9a8896c8 100644 --- a/x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ilm/WaitForSnapshotStepTests.java +++ b/x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ilm/WaitForSnapshotStepTests.java @@ -41,7 +41,7 @@ public class WaitForSnapshotStepTests extends AbstractStepTestCase randomAlphaOfLengthBetween(1, 10)); break; default: throw new AssertionError("Illegal randomisation branch");