bipinprasad commented on code in PR #3479: URL: https://github.com/apache/storm/pull/3479#discussion_r879798672
########## external/storm-hdfs/src/test/java/org/apache/storm/hdfs/spout/TestHdfsSpout.java: ########## @@ -419,45 +419,45 @@ public void testMultipleFileConsumption_Ack() throws Exception { // read few lines from file1 dont ack runSpout(spout, "r3"); FileReader reader = getField(spout, "reader"); - Assert.assertNotNull(reader); - Assert.assertEquals(false, getBoolField(spout, "fileReadCompletely")); + assertNotNull(reader); + assertEquals(false, getBoolField(spout, "fileReadCompletely")); Review Comment: replace by assertFalse -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@storm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org