Skip to content

Commit 1e203a8

Browse files
author
Hendrik Muhs
committed
fix unit test
1 parent 256e463 commit 1e203a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/MachineLearningFeatureSetTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ public void testUsageDisabledML() throws Exception {
259259
assertThat(usage, is(notNullValue()));
260260
assertThat(usage.name(), is(XPackField.MACHINE_LEARNING));
261261
assertThat(usage.enabled(), is(false));
262-
assertThat(usage.available(), is(false));
263262
}
264263
}
265264

0 commit comments

Comments
 (0)