bipinprasad commented on code in PR #3479:
URL: https://github.com/apache/storm/pull/3479#discussion_r881048535


##########
storm-client/test/jvm/org/apache/storm/trident/TestTridentTopology.java:
##########
@@ -60,7 +61,7 @@ public void testGenBoltId() {
             Map<String, Bolt> cur = topology.get_bolts();
             System.out.println(cur.keySet());
             if (pre != null) {
-                Assert.assertTrue("bold id not consistent with group name", 
pre.equals(cur.keySet()));
+                assertEquals(pre, cur.keySet(), "bold id not consistent with 
group name");

Review Comment:
   nit: bold -> bolt



-- 
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

Reply via email to