Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Muhs committed Dec 28, 2018
1 parent 256e463 commit 1e203a8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ public void testUsageDisabledML() throws Exception {
assertThat(usage, is(notNullValue()));
assertThat(usage.name(), is(XPackField.MACHINE_LEARNING));
assertThat(usage.enabled(), is(false));
assertThat(usage.available(), is(false));
}
}

Expand Down

0 comments on commit 1e203a8

Please sign in to comment.