Skip to content

Commit

Permalink
Updating test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Sep 17, 2018
1 parent f4e982e commit fdaff1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ private void assertIndexStatsMonitoringDoc(final Map<String, Object> document) {

// particular field values checked in the index stats tests
final Map<String, Object> indexStats = (Map<String, Object>) source.get(IndexStatsMonitoringDoc.TYPE);
assertEquals(8, indexStats.size());
assertEquals(7, indexStats.size());
assertThat((String) indexStats.get("index"), not(isEmptyOrNullString()));
assertThat((String) indexStats.get("uuid"), not(isEmptyOrNullString()));
assertThat(indexStats.get("created"), notNullValue());
Expand Down

0 comments on commit fdaff1f

Please sign in to comment.