Skip to content

Commit

Permalink
NIFI-5051 Removed commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeThomsen committed May 24, 2018
1 parent 4abd230 commit dc1e2f9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,5 @@ class ElasticSearch5ClientService_IT {
def docCount = aggRes["doc_count"]
Assert.assertEquals("${key} did not match.", expected[key], docCount)
}
// for (Map<String, Object> aggRes : buckets) {
// String key = (String)aggRes.get("key")
// Integer docCount = (Integer)aggRes.get("doc_count")
//
// Assert.assertEquals(String.format("%s did not match", key), expected.get(key), docCount)
// }
}
}

0 comments on commit dc1e2f9

Please sign in to comment.